1
1
mirror of https://github.com/KoboldAI/KoboldAI-Client.git synced 2025-03-07 04:47:42 +01:00
2021-09-02 17:33:58 +02:00

15 lines
253 B
Batchfile

@echo off
cd %~dp0
TITLE CMD for KoboldAI Runtime
SET /P M=<loader.settings
IF %M%==1 GOTO drivemap
IF %M%==2 GOTO subfolder
:subfolder
call miniconda3\condabin\activate
cmd /k
:drivemap
subst K: miniconda3 >nul
call K:\python\condabin\activate
cmd /k