Clientlogs clientlogs clientlogs
for Windows batch you would put something like
for Windows batch you would put something like
[SELECT ALL] Code:
FOR /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set date=%%a-%%b-%%c)
FOR /f "tokens=1-3 delims=: " %%a in ('time /t') do (set time=%%a%%b-%%c)
bin_win32\ac_client.exe --init -T --home="C:\Users\Gibstick\AssaultCube_v1.1.0.3" %1 %2 %3 %4 %5 >> "C:\Users\Gibstick\AssaultCube_v1.1.0.3\clientlogs\clientlog-%date%-%time%.txt"
REM pause