2015-06-01 11:35:03 -07:00

4 lines
94 B
Batchfile

start /min "PerfectTimeServer" java PerfectTimeServer
timeout /t %1
taskkill /im java.exe
exit