Re: Batch File output to File with java twist

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Commands executed from the Command Prompt will capture
text output only, e.g.

SomeProgram.exe 1>standard.txt 2>error.txt

They will not capture graphical data. Are you trying to capture
graphical stuff?

No I just want to have all the stuff that is normally outputted to the
console in eclipse or into the dos window when it runs.

.