In this Program, we are opening a Windows calculator
set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "calc"
WScript.Sleep 10000
oShell.AppActivate "Calculator"
MsgBox ScriptEngineBuildVersion //For knowing which Script Engine we are using.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment