BAT添加服务与删除服务、开启服务的简单代码
加入服务:sc create ServiceName binPath= 路径 start= auto(等号后面的空格必须) 删除服务:sc delete ServiceNamenet start 服务名 net stop 服务名