Projektdateien hinzufügen.
This commit is contained in:
7
scripts/uninstall-service.bat
Normal file
7
scripts/uninstall-service.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set SERVICE_NAME=FileinterfaceCronScheduler
|
||||
sc.exe stop "%SERVICE_NAME%"
|
||||
timeout /t 2 /nobreak >nul
|
||||
sc.exe delete "%SERVICE_NAME%"
|
||||
endlocal
|
||||
Reference in New Issue
Block a user