diff --git a/install-raccine.bat b/install-raccine.bat index 2144bab..971696f 100644 --- a/install-raccine.bat +++ b/install-raccine.bat @@ -105,6 +105,8 @@ GOTO MENU :UNINSTALL CALL :UNINSTALL_TASKS TIMEOUT /t 30 +:: in case of automation, directly got to EOF +IF NOT "%SELECTED_OPTION%"=="" GOTO EOF GOTO MENU :: Actions to run in all modes