mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-13 09:07:05 +01:00
7 lines
122 B
Batchfile
7 lines
122 B
Batchfile
|
@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
|