mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
Add VRTS counts
This commit is contained in:
parent
7a21345415
commit
45c2c6a172
@ -66,6 +66,8 @@ if %OP_SEARCH%=="" (
|
|||||||
|
|
||||||
REM # process start
|
REM # process start
|
||||||
set TIME_START=%time%
|
set TIME_START=%time%
|
||||||
|
set FILES_OK=0
|
||||||
|
set FILES_KO=0
|
||||||
echo VRTS: start @%TIME_START%
|
echo VRTS: start @%TIME_START%
|
||||||
|
|
||||||
REM # search for files
|
REM # search for files
|
||||||
@ -97,6 +99,7 @@ set /A TIME_ELAPSED_C=(TIME_END_S-TIME_START_S)%%100
|
|||||||
|
|
||||||
REM # process end (ok)
|
REM # process end (ok)
|
||||||
echo VRTS: done @%TIME_END% (%TIME_ELAPSED_S%,%TIME_ELAPSED_C%s)
|
echo VRTS: done @%TIME_END% (%TIME_ELAPSED_S%,%TIME_ELAPSED_C%s)
|
||||||
|
echo VRTS: ok=%FILES_OK%, ko=%FILES_KO%
|
||||||
|
|
||||||
goto exit
|
goto exit
|
||||||
|
|
||||||
@ -154,6 +157,7 @@ REM # ########################################################################
|
|||||||
) else (
|
) else (
|
||||||
call :echo_color %C_E% "%CMD_FILE%" "wav diffs"
|
call :echo_color %C_E% "%CMD_FILE%" "wav diffs"
|
||||||
)
|
)
|
||||||
|
set /a "FILES_KO+=1"
|
||||||
) else (
|
) else (
|
||||||
if %CMP_TXT_ERROR% EQU 1 (
|
if %CMP_TXT_ERROR% EQU 1 (
|
||||||
call :echo_color %C_W% "%CMD_FILE%" "txt diffs"
|
call :echo_color %C_W% "%CMD_FILE%" "txt diffs"
|
||||||
@ -162,6 +166,7 @@ REM # ########################################################################
|
|||||||
call :echo_color %C_O% "%CMD_FILE%" "no diffs"
|
call :echo_color %C_O% "%CMD_FILE%" "no diffs"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
set /a "FILES_OK+=1"
|
||||||
)
|
)
|
||||||
|
|
||||||
REM # delete temp files
|
REM # delete temp files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user