Friday, 20 October 2017

Code of notepad for Hit Backspace Key Continuously

MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

No comments:

Post a Comment