Skip to content

Commit 88a9316

Browse files
committed
Ensured batch exit with good errorcode
1 parent 65c644c commit 88a9316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batch encoder.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ echo  Completed encoding %TOTAL% files. %formatend%
165165

166166
:EndPause
167167
call:GrayPause
168-
exit
168+
exit /b 0
169169

170170
:CritError
171171
timeout /t 1

0 commit comments

Comments
 (0)