Update and add credits for code from SSDTTime

This commit is contained in:
Hoang Hong Quan
2024-10-16 21:59:12 +07:00
parent 81fe73dd03
commit 567006dc32
4 changed files with 78 additions and 23 deletions

7
OpCore-Simplify.bat Executable file → Normal file
View File

@@ -1,3 +1,5 @@
# Source: https://github.com/corpnewt/SSDTTime/blob/97a3963e40a153a8df5ae61a73e150cd7a119b3c/SSDTTime.bat
@echo off
REM Get our local path before delayed expansion - allows ! in path
set "thisDir=%~dp0"
@@ -310,11 +312,12 @@ if "!args!"=="" (
)
if /i "!pause_on_error!" == "yes" (
if not "%ERRORLEVEL%" == "0" (
echo.
echo Script exited with error code: %ERRORLEVEL%
echo.
echo Press [enter] to exit...
pause > nul
)
echo Press Enter to exit...
pause > nul
)
goto :EOF