Files
jRDC-Multi/start.bat
Jose Alberto Guerra Ugalde 9bf8b82adf - VERSION 4.11.09
- Commit inicial
2024-11-09 01:59:09 -06:00

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