Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
316 B

  1. @echo Fixing cl.read.1.tlog errors in %cd%
  2. @rem This used to use forfiles for the directory scanning, but that
  3. @rem is about ten times slower than doing it all in Python.
  4. @rem forfiles /m cl.read.1.tlog /s /c "cmd /c %~dp0fix_tlog.py @path"
  5. @rem Run the Python script and let it do the iteration:
  6. %~dp0fix_tlog.py