Files
windows-scripts/RestartChatty.bat
2023-03-05 21:08:50 -06:00

8 lines
110 B
Batchfile

@echo on
cd %~dp0
taskkill /f /im "chatty.exe"
c:
cd "C:\Program Files (x86)\Chatty"
start "" Chatty.exe
exit