Friday, March 16, 2012

Make Your Notepad Write On Its Own


How to make notepad write on its own?
Follow this steps and you'll see your notepad writing by itself. :)


Steps:
1. Open notepad

2. Copy this scripts in notepad:
set wshshell = wscript.CreateObject ("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.sleep 500
WshShell.SendKeys "ell"
Wscript.Sleep 500
WshShell.SendKeys "0"

This will make notepad type Hello. You can make your own custom message by replacing the letters between the " " signs with the one you want.

3. Now save the file. Type the name of the file with the extension .vbs and make sure that File Type is All Files not text file.

4. Double click it and notepad will start typing letters. 

Enjoy! :)

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More