Hit Backspace Key Continuously

Simple trick to press backspace continuously


Step 1 - Open Notepad
Step 2 - Copy below code :

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

Step 3 - save it .vbs file

Comments

Popular posts from this blog

How to Play IPL Live Stream (.m3u8) File in Windows Google Chrome or MX Player