Remove debug

This commit is contained in:
Fierelier 2021-11-01 15:35:24 +01:00
parent 94be271770
commit efe7f156e7
2 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
RunWait, cmd.exe /k "call "C:\opus-nt\oobe\opus-nt_oobe.bat""
RunWait, cmd.exe /c "call "C:\opus-nt\oobe\opus-nt_oobe.bat""
Exit,%errorlevel%