How To Make Notepad Write On Its Own
How To Make Notepad Write On Its Own
Hello Guys I am Imran sk and today another Awesome Trick I will share with you all.. Today I will show you ” How to Write the Text automatically in Notepad” . This is a really an Awesome Prank .. You can show Your Friends and say that My Notepad Writes Automatically..So Read On..
STEPS:-
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 “o “
WScript.Sleep 500
WshShell.SendKeys ” “
WScript.Sleep 500
WshShell.SendKeys ” Friends”
2. Save it as anyname.vbs (Note the vbs extension)
3. Now Open the anyname.vbs file by doublecliking on it and see the Magic..
Note: Wscript.Sleep 500 is for delay (delay that you want to introduce between writing words) and
WshShell.SendKeys ” Any Text that you Want to Display”
Hello Guys I am Imran sk and today another Awesome Trick I will share with you all.. Today I will show you ” How to Write the Text automatically in Notepad” . This is a really an Awesome Prank .. You can show Your Friends and say that My Notepad Writes Automatically..So Read On..
STEPS:-
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 “o “
WScript.Sleep 500
WshShell.SendKeys ” “
WScript.Sleep 500
WshShell.SendKeys ” Friends”
2. Save it as anyname.vbs (Note the vbs extension)
3. Now Open the anyname.vbs file by doublecliking on it and see the Magic..
Note: Wscript.Sleep 500 is for delay (delay that you want to introduce between writing words) and
WshShell.SendKeys ” Any Text that you Want to Display”
Comments
Post a Comment