Files
jRDC-MultiDB-Hikari/start.bat
2025-10-28 21:09:15 -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