diff --git a/checkproj.bat b/checkproj.bat deleted file mode 100644 index 728c3136f..000000000 --- a/checkproj.bat +++ /dev/null @@ -1,13 +0,0 @@ - -REM Sample DOS shellscript -REM cppcheck all *.cpp files in the subdirectory 'proj' - -@ECHO OFF - -date /t > report.txt -time /t >> report.txt - -FOR %%s IN (proj\*.cpp) DO ( - cppcheck proj\%%s -) -