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