We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4483aa5 commit 582804dCopy full SHA for 582804d
1 file changed
batch encoder.bat
@@ -217,6 +217,7 @@ echo [42;97m Completed encoding %TOTAL% files. %formatend%
217
call:ErrorLine
218
echo.
219
echo A critical error occurred. The latest file has not been modified.
220
+ if /i "%par_silent%"=="true" (exit /b 3)
221
goto EndPause
222
223
:AutoUpdateError
@@ -227,6 +228,7 @@ echo [42;97m Completed encoding %TOTAL% files. %formatend%
227
228
echo There was a problem with the auto-updater. You can download the latest version of the program at:
229
echo https://github.com/Adam-Kay/Batch-Encoder/releases
230
231
+ if /i "%par_silent%"=="true" (exit /b 2)
232
echo The program will now restart.
233
call:GrayPause
234
goto AskProceed
0 commit comments