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 )