Notepad and vbsfile tricks combo Hit Enter Key Continuously

Step 1: Open Notepad.
Step 2: Paste the following code in the notepad.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Step 3: Now go to file and click on save as
Step 4: Give anyname with extention as .vbs for eg:- notepadtrick.vbs
Step 5: Now go and click on it or you can send this notepad to your friends also.......bingoo...:)

Comments

Popular Posts