Additional batch scripts

Can't hurt to have these, it allows users to more easily access both the runtime and the remote play functionality. (I also frequently create these myself for developing).
This commit is contained in:
henk717 2021-09-02 17:12:14 +02:00
parent cde965209b
commit 41ec01f654
2 changed files with 17 additions and 0 deletions

16
commandline.bat Normal file
View File

@ -0,0 +1,16 @@
@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
umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge cython pip
call miniconda3\condabin\activate
cmd /k
:drivemap
subst K: miniconda3 >nul
call K:\python\condabin\activate
cmd /k

1
remote-play.bat Normal file
View File

@ -0,0 +1 @@
play --remote %*