Rate this script:  I Love it  /   I Hate it

Run command collecting the output


Code


var shell = WScript.CreateObject("WScript.Shell");

var exec = shell.Exec("ipconfig /all");
WScript.StdOut.Write(exec.StdOut.ReadAll());
 

 

 
Run command collecting the output scripts | Run command collecting the output snippet | Run command collecting the output example | Run command collecting the output tutorial | Run command collecting the output code