|
No files getting UPDATED when RR starts. The batch file quits RR, overwrites the files in the Road Runner directory and the starts RR again. By that time your batch file should not be running anymore. Put EXIT in the last statement of your batch file or EXIT /B
|