Re: [TOOL] stats for teewars
is'nt it -f your_config.cfg > teewars.log in windows? i know i only used one > when i did it..try:
cd teewars dir (where teewars_srv.exe is)
teewars_srv.exe -f configfile.cfg > log.txt
That depends. A single > overwrites the file if it have any content, but the double (>>) appends new data to the end of the file.
All OS alike!