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