ChrisProContributor12 years agoWScript.Shell without dos screenI run a command with following code : var WScriptObj = Sys.OleObject("WScript.Shell"); var ExecOperation = WScriptObj.Exec("........"); But a dos window is display...Show More
AlexKarasCommunity Hero12 years agohttp://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx, second example. Note, we are talking about return (exit) code.
Recent DiscussionsLatency and Device Disconnect Issues in Test Complete Mobile TestingUnable to activate floating license.SolvedTestcomplete closed itself
Related ContentChrome minimizes and reopens every on screen actionClick Object not on screenHow could i hide the CMD window When use the Sys.OleObject("WScript.Shell").Exec(CommandLine)