From 41ec01f654286b7a73cd89b0c1060d66c208b831 Mon Sep 17 00:00:00 2001 From: henk717 Date: Thu, 2 Sep 2021 17:12:14 +0200 Subject: [PATCH] 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). --- commandline.bat | 16 ++++++++++++++++ remote-play.bat | 1 + 2 files changed, 17 insertions(+) create mode 100644 commandline.bat create mode 100644 remote-play.bat diff --git a/commandline.bat b/commandline.bat new file mode 100644 index 00000000..0c1906dc --- /dev/null +++ b/commandline.bat @@ -0,0 +1,16 @@ +@echo off +cd %~dp0 +TITLE CMD for KoboldAI Runtime +SET /P M=nul +call K:\python\condabin\activate +cmd /k \ No newline at end of file diff --git a/remote-play.bat b/remote-play.bat new file mode 100644 index 00000000..5e429279 --- /dev/null +++ b/remote-play.bat @@ -0,0 +1 @@ +play --remote %* \ No newline at end of file