@ECHO OFF
echo Installer GS Automation Service
echo ---------------------------------------------------
sc.exe create "GS Automation Service" binpath="%~dp0\Service\AutomationClient.WorkerService.exe" start= delayed-auto
pause
echo Done
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I used this script in maui.
I want this start up script to be Automatic (Delayed Start)
@ECHO OFF
echo Installer GS Automation Service
echo ---------------------------------------------------
sc.exe create "GS Automation Service" binpath="%~dp0\Service\AutomationClient.WorkerService.exe startup="delayed-auto"
pause
echo Done
@ECHO OFF
echo Installer GS Automation Service
echo ---------------------------------------------------
sc.exe create "GS Automation Service" binpath="%~dp0\Service\AutomationClient.WorkerService.exe" start= delayed-auto
pause
echo Done