Sunday, February 5, 2012

Auto Typing notepad........

Cool Notepad Trick by IT Help Net............

1.Open Notepad & Copy this script

set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "W"
WScript.Sleep 500
WshShell.SendKeys "elc"
WScript.Sleep 500
WshShell.SendKeys "o"
WScript.Sleep 500
WshShell.SendKeys "me "
WScript.Sleep 500
WshShell.SendKeys " "
WshShell.SendKeys "to"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "IT"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "Help"
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "net"
WScript.Sleep 500
WshShell.SendKeys "...."
WScript.Sleep 500
WshShell.SendKeys "it"
WScript.Sleep 500
WshShell.SendKeys "helpnet"
WScript.Sleep 500
WshShell.SendKeys ".blogspot"
WScript.Sleep 500
WshShell.SendKeys ".com"


2.File ...Save as a  ithelp.vbs
3.Open ithelp.vbs

No comments:

Post a Comment