summaryrefslogtreecommitdiffstats
path: root/private/crtlib/statall.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'private/crtlib/statall.cmd')
-rw-r--r--private/crtlib/statall.cmd45
1 files changed, 45 insertions, 0 deletions
diff --git a/private/crtlib/statall.cmd b/private/crtlib/statall.cmd
new file mode 100644
index 000000000..4758d412a
--- /dev/null
+++ b/private/crtlib/statall.cmd
@@ -0,0 +1,45 @@
+@echo off
+setlocal
+set _statflags=-oabf$qcz
+erase crtstat.log
+cd \nt\private\crtlib
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\crt32
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\crt32st
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\crt32nt
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\crt32dll
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\crt32psx
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\fp32
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\fp32st
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\fp32nt
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+cd \nt\private\fp32dll
+ech Checking status for
+cd
+status %_statflags% nul >>..\crtlib\crtstat.log
+endlocal