@echo off %~d0 cd %~dp0 TITLE KoboldAI - Updater SET /P M=nul call K:\python\condabin\activate GOTO GIT :GIT if exist .git\ ( git fetch git checkout -f ) else ( git init git remote add origin https://github.com/koboldai/koboldai-client git fetch git checkout main -f ) cmd /k