Files
SillyTavern-Launcher/bin/functions/Toolbox/Troubleshooting/restart_stl.bat
Blueprint Coding 0ccd589c57 Added log detection failure fallback & VPN detection to warn of install issues
- Added log detection failure fallback so if logs aren't found for auto-repair SillyTavern it launches with start.bat normally
- VPN detection to warn of install issues because Node.JS will sometimes partially fail to install if a VPN is active
- added a developer fast restart option under 000 at home.
2024-07-26 13:21:35 -06:00

5 lines
91 B
Batchfile

echo Restarting launcher...
timeout /t 3
cd /d %stl_root%
start %stl_root%Launcher.bat
exit