[转][C#]TopSelf

新建一个批处理,用于启动 TopSelf 服务

@echo off
Service.exe install
net start Service

或者简化成

@echo off
Service.exe install start

卸载也是一句批处理

@echo off
Service.exe uninstall

 

posted on 2018-06-25 15:00  z5337  阅读(254)  评论(0)    收藏  举报