remove pause

This commit is contained in:
Nathan
2025-08-19 12:08:03 -06:00
parent dbbf74d1e5
commit 95507cd44c
2 changed files with 153 additions and 2 deletions

View File

@@ -7,6 +7,5 @@ powershell -NoProfile -ExecutionPolicy Bypass -File "%ps1%"
set "rc=%errorlevel%"
echo PowerShell exited with RC=%rc%
echo @"_CURRENT\_UpdateSequences.log"
echo( Done. Press any key to exit.
pause >nul
echo Done.
exit /b %rc%