0%

windows将程序注册成服务并自启

文章字数:18,阅读全文大约需要1分钟

1
2
# 将 D:/server.bat 注册为自启 服务名为tomcat_8080
sc create tomcat_8080 binPath= D:/server.bat start= auto