This will press backspace continuously.
type this code into notepad and save as anyname.vbs
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
0 comments:
Post a Comment