增加启动和停止Windows服务的脚本
This commit is contained in:
parent
ed20fdebd7
commit
d8124d4a61
2
FAuth/Tools/StartService.bat
Normal file
2
FAuth/Tools/StartService.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
sc start FAuth
|
||||
pause
|
2
FAuth/Tools/StopService.bat
Normal file
2
FAuth/Tools/StopService.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
sc stop FAuth
|
||||
pause
|
Loading…
Reference in New Issue
Block a user