批处理启动停止服务_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > 批处理启动停止服务

批处理启动停止服务

 2011/1/7 8:29:46  ijavagos  http://ijavagos.javaeye.com  我要评论(0)
  • 摘要:@echooff:enterset/pchoose=启动(y)还是停止(n)服务(Apache+MySQL)?if/i"%choose%"=="y"gotostartif/i"%choose%"=="n"(gotostop)else(echo请重新输入&&gotoenter):startcolor0anetstartApache_pnnetstartMySQL5_pn@remstart"E:\ProgramFiles\InternetExplorer\iexplore
  • 标签:停止 服务 启动
  1. @echo ?off??
  2. ??
  3. :enter??
  4. set?/p?choose=启动(y)还是停止(n)服务(Apache+MySQL)???
  5. if ?/i? "%choose%" == "y" ?goto?start??
  6. if ?/i? "%choose%" == "n" ?(goto?stop)? else ?(echo?请重新输入?&&?goto?enter)??
  7. ??
  8. :start??
  9. color?0a ??
  10. net?start?Apache_pn??
  11. net?start?MySQL5_pn??
  12. @rem ?start? "E:\Program?Files\Internet?Explorer\iexplore.exe" ? "http://127.0.0.1:33333" ??
  13. start?iexplore.exe?"http://127.0.0.1:33333" ??
  14. goto?exit??
  15. ??
  16. :stop??
  17. color?0c ??
  18. net?stop?Apache_pn??
  19. net?stop?MySQL5_pn??
  20. goto?exit??
  21. ??
  22. :exit??
  23. @echo ?on??
  24. @rem ?pause?
发表评论
用户名: 匿名