runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2023年8月29日

摘要: windows 批处理 检查并启动 windows 服务 set srvname="YSWindowsService" sc query|find %srvname% && echo itsok || net start %srvname% 这段批处理意思 ,如果服务已启动,显示 itsok。没启动 阅读全文
posted @ 2023-08-29 20:18 runliuv 阅读(398) 评论(0) 推荐(0)