ChrisProContributor11 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 Hero11 years agohttps://www.google.com/?q=WScript.Shell+run (http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx)
Recent DiscussionsBreakpoints in external files with python 3.13?Oracle Forms window with dynamic name - unable to click on subsequent runsConverting VB Script Tests
Related ContentChrome minimizes and reopens every on screen actionScreen ResolutionHow could i hide the CMD window When use the Sys.OleObject("WScript.Shell").Exec(CommandLine)