diff --git a/runall.bat b/runall.bat deleted file mode 100644 index 16f4f9f40..000000000 --- a/runall.bat +++ /dev/null @@ -1,15 +0,0 @@ - -@ECHO OFF - -REM Test the 'checkcode' program - -date /t > report.txt -time /t >> report.txt - -FOR /D %%s IN (test*) DO ( - checkcode %%s\%%s.cpp 2> %%s\out.msg - hydfc %%s\err.msg %%s\out.msg >> report.txt -) - -type report.txt -