From 16f6e43793b9b795490c6df730b908ea218c1732 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 27 Dec 2022 20:36:10 +0100 Subject: [PATCH] Fix cd'ing to disks other than C:\ --- ti-shell.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ti-shell.bat b/ti-shell.bat index 87b38d3..c45853f 100644 --- a/ti-shell.bat +++ b/ti-shell.bat @@ -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 )