mirror of
https://github.com/KeymonSoft/jRDC-Multi.git
synced 2026-04-17 12:56:23 +00:00
8 lines
187 B
Batchfile
8 lines
187 B
Batchfile
@rem Este script mata el proceso del servidor y despues lo reinicia, necesita los archivos stop.bat y start2.bat
|
|
|
|
start cmd.exe /c stop.bat
|
|
timeout 2
|
|
|
|
start cmd.exe /c start2.bat %1
|
|
|
|
exit |