4 lines
84 B
Batchfile
4 lines
84 B
Batchfile
start /min "rmiregistry" rmiregistry
|
|
timeout /t %1
|
|
taskkill /im rmiregistry.exe
|
|
exit |