Try this code with Notepad.......
This is a VBs file so of course save as VBS, you can replace the txt in this code with whatever you want
********************************************
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 120
wshshell.sendkeys "r"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "v"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "S"
wscript.sleep 200
wshshell.sendkeys "h"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 200
wshshell.sendkeys "h"
wscript.sleep 200
************************
No comments:
Post a Comment