blaueente Posted July 14, 2018 Posted July 14, 2018 Is there any way to force DCS to not overwrite logfiles ? And even better... name them with some sort of timestamp ? Regards blueduck
razo+r Posted July 14, 2018 Posted July 14, 2018 Ehm, isn't that already present? My logs always get saved with the current time. Or do you mean something else?
Johnny_Rico Posted July 15, 2018 Posted July 15, 2018 created a batch file to rename them each time and then launch DCS METAR weather for DCS World missions Guide to help out new DCS MOOSE Users -> HERE Havoc Company Dedicated server info Connect IP: 94.23.215.203 SRS enabled - freqs - Main = 243, A2A = 244, A2G = 245 Please contact me HERE if you have any server feedback or METAR issues/requests
blaueente Posted July 16, 2018 Author Posted July 16, 2018 Did it. Had it anyways so just had to modify it. Very simple but effective enough : @echo off ren "C:\Users\...PATH...\dcs.log.old" "DCS LOG - %date:-=-% %time::=-%.log" d:\cmd.exe /C start /affinity 4 dcs.exe Greetings blueduck
Recommended Posts