Fix cd'ing to disks other than C:\

This commit is contained in:
Fierelier 2022-12-27 20:36:10 +01:00
parent a05000a65a
commit 16f6e43793
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
)