From 36b91616679f356f67d39e2f31d7ccc088b6c880 Mon Sep 17 00:00:00 2001 From: henk717 Date: Wed, 24 Nov 2021 08:23:08 +0100 Subject: [PATCH] Portability Bugfix Fix an issue where the launcher does not work if the drive is not C: on some systems. --- play.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/play.bat b/play.bat index 67f615c9..8e749427 100644 --- a/play.bat +++ b/play.bat @@ -1,4 +1,5 @@ @echo off +%~d0 cd %~dp0 TITLE KoboldAI - Server SET /P M=nul call K:\python\condabin\activate python aiserver.py %* subst K: /D -cmd /k \ No newline at end of file +cmd /k