×
Menu
Index

Set/Create To Run As A Service

sc create "Axcys Facility Security Manager" binpath= "c:\Axcys Facility Security Management\Axcys Facility Security Manager\AxcysFacilitySecurityManager.exe" start= auto displayname= "Axcys Facility Security Manager"
 
sc description "Axcys Facility Security Manager" "Axcys Facility Security Manager Polling Engine"
 
sc delete "Axcys Facility Security Manager"
 
sc start "Axcys Facility Security Manager"
 
sc stop "Axcys Facility Security Manager"
 
 
 
To create a service in Windows:
sc create AxcysSecurityManagerSvc type= own start= auto binpath= "c:\AxcysSecurity\Engine\AxcysSecurityManager.exe"
sc create AxcysSecurityViewerSvc type= own start= auto binpath= "c:\AxcysSecurity\Viewer\AxcysSecurityViewer.exe"
sc create AxcysSecurityInterfaceSvc type= own start= auto binpath= "C:\Gate\AxcysInterface.exe"