Fix cd'ing to disks other than C:\
This commit is contained in:
parent
a05000a65a
commit
16f6e43793
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user