23 Nov 11, 11:53AM
For the future releases the batch file still exists, and redirecting the output of ac_client.exe to a text file still produces a log of console output.
It just doesn't show the output in the command window while it's running.
Maybe have "> clientlog.txt" as default?
[SELECT ALL] Code:
start bin_win32\ac_client.exe --init %1 %2 %3 %4 %5 > clientlog.txt
Maybe have "> clientlog.txt" as default?