pascalabcnet/Utils/LinesCount/LinesCount.bat

11 lines
144 B
Batchfile
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
@echo off
cd ..\..
@echo CS:
Utils\LinesCount\LinesCount.exe *.cs
cd bin\lib
@echo LIB\PAS:
..\..\Utils\LinesCount\LinesCount.exe *.pas
pause