summaryrefslogtreecommitdiffstats
path: root/tools/ArtChecker/summaryall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ArtChecker/summaryall.bat')
-rw-r--r--tools/ArtChecker/summaryall.bat13
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
+
+