mirror of
https://github.com/winapps-org/winapps.git
synced 2025-09-12 20:49:38 +02:00
fix: don't wait on exit
This commit is contained in:
@@ -77,11 +77,3 @@ if %ERRORLEVEL% neq 0 (
|
|||||||
echo [ERROR] Failed to create scheduled task "%taskname%".
|
echo [ERROR] Failed to create scheduled task "%taskname%".
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
echo.
|
|
||||||
echo Exiting in 10 seconds...
|
|
||||||
echo Press Ctrl+C to pause.
|
|
||||||
for /l %%i in (10,-1,1) do (
|
|
||||||
<nul set /p="%%i... "
|
|
||||||
timeout /t 1 >nul
|
|
||||||
)
|
|
||||||
|
Reference in New Issue
Block a user