dbsd_sfhy_java/开启服务.bat

6 lines
99 B
Batchfile

@echo off
echo 按下任意键启动服务
net start service1
echo 开启服务成功,请等待服务启动完毕!
pause