mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
8
devtools/fix_tlogs.bat
Normal file
8
devtools/fix_tlogs.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo Fixing cl.read.1.tlog errors in %cd%
|
||||
|
||||
@rem This used to use forfiles for the directory scanning, but that
|
||||
@rem is about ten times slower than doing it all in Python.
|
||||
@rem forfiles /m cl.read.1.tlog /s /c "cmd /c %~dp0fix_tlog.py @path"
|
||||
|
||||
@rem Run the Python script and let it do the iteration:
|
||||
%~dp0fix_tlog.py
|
||||
Reference in New Issue
Block a user