diff options
Diffstat (limited to 'tools/ArtChecker/summary.bat')
-rw-r--r-- | tools/ArtChecker/summary.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/ArtChecker/summary.bat b/tools/ArtChecker/summary.bat new file mode 100644 index 0000000..88ca88e --- /dev/null +++ b/tools/ArtChecker/summary.bat @@ -0,0 +1,13 @@ +:// Usage summary <destination filename> +:// example summary myfile.txt + + +dir *.p3d /b> dir.txt + +@perl d:\artchecker\summary.pl dir.txt + +:// ..\..\..\build\ps2\LevelMemoryNumbers.txt + +del dir.txt + + |