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
Recent DiscussionsADO Pipeline Execution Fail issue after TC\TE upgradeRuntimeError: The object does not existFields data to compare?
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)