After i exec a command like below:
Set oExec3 = WshShell3.Exec(command3)
Do While oExec3.Status = 0
WScript.Sleep 1
Loop
WScript.Echo oExec3.Status,",",oExec3.ExitCode
Is there anyway I can get a string copy of stdio in a vaiable generated
by the exec command?
Cheers and thanks,
Jim