Saturday 21 July 2012

Hit Backspace Simultaneously


Hit Backspace Simultaneously


1. open notepad.

2. copy and paste following co

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

3.Save it as “Anything.VBS”
4.Now open it and see the magic…..:D

0 comments:

Post a Comment