公告板
版本库
filestore
活动
搜索
登录
main
/
M071
领胜LDS 键盘AOI检测项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
MES上传数据checkTime参数更改为DateTime类型
patrick.xu
2021-02-02
d06507ffdbad5db95156e114d5e8a0f89672529a
[M071.git]
/
src
/
AuthorityService
/
卸载服务.bat
1
2
3
4
5
6
7
8
9
10
11
@echo off
set /p var=ÊÇ·ñÒªÐ¶ÔØ ¼ÓÃܹ·¼ì²â ·þÎñ(Y/N):
if "%var%" == "y" (goto uninstall) else (goto batexit)
:uninstall
call sc stop "AuthorityService"
call sc delete "AuthorityService"
pause
:batexit
exit