Re: Access console output

by starrunner » Sun Jan 05, 2020 7:36 pm

Good to know, I didn't notice that output redirection even works for javaw.exe.

But [font=courier new]2>[/font] only redirects the error ouput, to redirect the whole output it has to be

Code: Select all

"C:\Program Files\Sweet Home 3D\SweetHome3D.exe" > MyLogFile.log 2>&1
Anyway, this will help me finding the problems of the error reports.