码迷,mamicode.com
首页 > Windows程序 > 详细

windows批量启动服务

时间:2020-02-06 19:56:36      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:ready   apache   custom   win   amp   api   pre   module   window   

@echo off
start cmd /c "title api service && echo api service is ready start!!! && cd c:\api && java -jar api.jar" 
start cmd /c "title dev service && echo dev service is ready start!!! && cd c:\dev && java -jar dev.jar" 
start cmd /c "title jeecg service && echo jeecg service is ready start!!!  && cd c:\quant && java -jar jeecg-boot-module-system-2.1.0.jar" 
start cmd /c "title nginx service && echo nginx service is ready start!!!  && cd C:\nginx-1.17.3 && nginx -c conf/nginx_custom.conf" 
start cmd /c "title redis service && echo redis service is ready start!!!  && cd C:\Redis-x64-3.2.100 && redis-server.exe redis.windows.conf"
start cmd /c "title tomncat service && echo tomcat service is ready start!!! && cd C:\apache-tomcat-8.5.40-windows-x64\apache-tomcat-8.5.40\bin && startup.bat" 

windows批量启动服务

标签:ready   apache   custom   win   amp   api   pre   module   window   

原文地址:https://www.cnblogs.com/eternityz/p/12269906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!