8 lines
110 B
Batchfile
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
|