install bat scripts on windows

This commit is contained in:
ReenigneArcher
2022-08-14 20:53:38 -04:00
parent 8b0e6a28c2
commit 663a92ce33
3 changed files with 40 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
@echo off
set SERVICE_NAME=sunshinesvc
net stop %SERVICE_NAME%
sc delete %SERVICE_NAME%