Pages

Friday, February 25, 2011

Frustrate your friend by making this VBScript hit Backspace simultaneously:

Type in notepad:

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


Save it as “Anything.VBS” and send it.ti

0 comments:

Post a Comment