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 agohttps://www.google.com/?q=WScript.Shell+run (http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx)
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)