I'm using System_ to call an external batch file. Is there a way to capture the output instead of opening a new command window?
I'm currently using simply:
This waits just fine, but opens a new window for the external file.
I'm currently using simply:
System_("blah.bat ops")
This waits just fine, but opens a new window for the external file.