Compare commits

...

2 Commits

Author SHA1 Message Date
Fierelier a9e97dc73d Merge branch 'master' of https://git.lumen.sh/Fierelier/opus-nt 2022-12-27 20:36:37 +01:00
Fierelier 16f6e43793 Fix cd'ing to disks other than C:\ 2022-12-27 20:36:10 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ REM
REM SETTINGS END
if not "%~1" == "-ti-run" (
call :RunAsTI cmd "/k cd "%cd%" & call ti-shell.bat -ti-run %* -ti-dummy"
call :RunAsTI cmd "/k cd /d "%cd%" & call ti-shell.bat -ti-run %* -ti-dummy"
exit /b
)