Make Your Notepad to type automatically!!!

To make the notepad to type words automatically do the following,
notepad


Copy and paste the following code in notepad and save it as using .vbs extension.

(File->Save As-> example.vbs)
Choose the file type as All Files.


Set wshshell = wscript.CreateObject("WScript.Shell")

Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "D"
wscript.sleep 100
wshshell.sendkeys "I"
wscript.sleep 120
wshshell.sendkeys "G"
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 140
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 50
wshshell.sendkeys " "
wscript.sleep 50
wshshell.sendkeys "N"
wscript.sleep 120
wshshell.sendkeys "A"
wscript.sleep 170
wshshell.sendkeys "T"
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "V"
wscript.sleep 50
wshshell.sendkeys "E"
wscript.sleep 120
wshshell.sendkeys " "
wscript.sleep 160
wshshell.sendkeys "R"
wscript.sleep 200
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "K"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "R"
wscript.sleep 100
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 100


You can Edit the file and make your own words .


Hope you enjoyed the post........
Share on Google Plus

About vigneshtk

I am Vicky AV, Engineer, Pro Blogger & Twitterati.
I created this blog to post some interesting technical stuff that I feel everyone should know. I hope you find these interesting too. Follow me on Twitter
    Blogger Comment

0 comments:

Post a Comment

Did you try the above ??? Post your Reviews