ChrisPro
12 years agoContributor
WScript.Shell without dos screen
I run a command with following code :
var WScriptObj = Sys.OleObject("WScript.Shell");
var ExecOperation = WScriptObj.Exec("........");
But a dos window is displayed.
Is it possible to not display dos window when the command is executed?
var WScriptObj = Sys.OleObject("WScript.Shell");
var ExecOperation = WScriptObj.Exec("........");
But a dos window is displayed.
Is it possible to not display dos window when the command is executed?