What does the two parameters mean for WScript here?
        Posted  
        
            by user198729
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user198729
        
        
        
        Published on 2010-03-12T16:05:31Z
        Indexed on 
            2010/03/12
            16:07 UTC
        
        
        Read the original article
        Hit count: 184
        
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run($cmd, 0, false);
I don't seem to find the document for this...
© Stack Overflow or respective owner