9 lines
94 B
Batchfile
9 lines
94 B
Batchfile
cd /D "%~dp0."
|
|
:x
|
|
call HiNC-update.bat
|
|
cd HiNC
|
|
HiNcServer.exe
|
|
echo call restart!
|
|
cd ..
|
|
goto x
|