Set variable = CreateObject ("WScript.Shell")
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 1000
variable.SendKeys (B)
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys (Y)
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys ("E")
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys ("!")
Tuesday, February 7, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment