I get how I use --log and --log-file, but is there any way I can set up log rotation within these parameters?
I would like to have amc_[ddMMYYYY].log, rotating each day. f.ex.
Thanks!
Last edited by Hollow on 09 Nov 2013, 16:45, edited 1 time in total.
For /f "tokens=1-4 delims=. " %%a in ('date /t') do (set mydate=%%a-%%b_%%c)
For /f "tokens=1-3 delims=/:/ " %%a in ('time /t') do (set mytime=%%a-%%b)