In this Example, we are opening windows calculator
set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "calc"
WScript.Sleep 10000
oShell.AppActivate "Calculator"
MsgBox ScriptEngineBuildVersion // This line shows which version is the Script Engine in XP
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment