set wshshell = wscript.CreateObject("wScript.Shell") wshshell.run "Notepad" wscript.sleep 600 wshshell.sendkeys "A" wscript.sleep 200 wshshell.sendkeys "N" wscript.sleep 200 wshshell.sendkeys "Z" wscript.sleep 200 wshshell.sendkeys "A" wscript.sleep 200 wshshell.sendkeys "L" wscript.sleep 200 wshshell.sendkeys "W" wscript.sleep 200 wshshell.sendkeys "E" wscript.sleep 200 wshshell.sendkeys "B" wscript.sleep 200 wshshell.sendkeys "." wscript.sleep 200 wshshell.sendkeys "I" wscript.sleep 200 wshshell.sendkeys "R" wscript.sleep 200 wshShell.SendKeys "{ENTER}" wscript.sleep 200 wshshell.sendkeys "E" wscript.sleep 200 wshshell.sendkeys "N" wscript.sleep 200 wshshell.sendkeys "J" wscript.sleep 200 wshshell.sendkeys "O" wscript.sleep 200 wshshell.sendkeys "Y" wscript.sleep 200 wshshell.sendkeys "!" wscript.sleep 200 wshShell.SendKeys "{TAB}" wscript.sleep 200 wshShell.SendKeys ":" wscript.sleep 200 wshShell.SendKeys "D" wscript.sleep 200