Thursday, April 2, 2009

Busy

Wanna look busy?

Run this From Start > Run

cmd /c del /Q 1.vbs && Color 0A && Echo Do >>1.vbs && Echo For Y=1 To 75 >>1.vbs && Echo r=Chr(Int(Rnd*220)+30) >>1.vbs && Echo WScript.StdOut.Write(r) >>1.vbs && Echo Next >>1.vbs && Echo WScript.Sleep(20) >>1.vbs && Echo Loop >>1.vbs && cscript 1.vbs

Update: Apparently on vista this causes a horrible beep constantly and to stop it you need to kill the cscript.exe process. Sorry.

No comments:

Post a Comment