css_enhanced_waf/devtools/fix_tlogs.bat
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

8 lines
316 B
Batchfile

@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