correct some typos and move the control to its own inc file

This commit is contained in:
Mario Fetka
2013-08-16 18:01:11 +02:00
parent 6ff8245e8c
commit c78d196b1f
4 changed files with 11 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
[DosInAnIcon_stop_server]
net stop tvnserver
ping 127.0.0.1 -n 5 >nul
taskkill /F /IM tvnserver.exe
ping 127.0.0.1 -n 5 >nul
[DosInAnIcon_start_server]
net start tvnserver