Updated script that checks notepad++
This commit is contained in:
parent
1477e16f7b
commit
ad75792512
13
checknpp.bat
13
checknpp.bat
|
@ -12,14 +12,17 @@ FOR %%s IN (npp41\scintilla\src\*.cxx) DO (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
date /t > powereditor.txt
|
date /t > npp41.txt
|
||||||
time /t >> powereditor.txt
|
time /t >> npp41.txt
|
||||||
|
|
||||||
|
ECHO Notepad++ 4.1 >> npp41.txt
|
||||||
|
ECHO ====================================== >> npp41.txt
|
||||||
|
|
||||||
FOR %%s IN (npp41\PowerEditor\src\*.cpp) DO (
|
FOR %%s IN (npp41\PowerEditor\src\*.cpp) DO (
|
||||||
ECHO %%s
|
ECHO %%s
|
||||||
ECHO ---------------------------------- >> powereditor.txt
|
ECHO ---------------------------------- >> npp41.txt
|
||||||
ECHO %%s >> powereditor.txt
|
ECHO %%s >> npp41.txt
|
||||||
cppcheck %%s 2>> powereditor.txt
|
cppcheck %%s 2>> npp41.txt
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue