KoboldAI-Client/disconnect-kobold-drive.bat

7 lines
122 B
Batchfile
Raw Permalink Normal View History

2022-02-22 18:03:06 +01:00
@echo off
SET /P M=<loader.settings
IF %M%==3 subst /D B:
IF %M%==1 subst /D K:
cls
echo KoboldAI Drive disconnected
pause