I have a batch file which calls a java program.
The output is redirected to a log file in the same directory. However the log file is replaced everytime the batch file is run...
I would like to keep the old outputs in the log file and always append the new output to the log file.