Files
SillyTavern-Launcher/bin/functions/Home/exit_stl.bat
deffcolony 311942fc8f launcher upgrades
+file organizing
2024-07-31 14:35:21 +02:00

11 lines
212 B
Batchfile

@echo off
:exit
echo %red_bg%[%time%]%reset% %red_fg_strong%Terminating all started processes...%reset%
for /f %%a in ('type "%log_dir%\pids.txt"') do (
taskkill /F /PID %%a
)
del "%log_dir%\pids.txt"
exit