Skip to content

garethflowers/service-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Host

A server utility for hosting any application as a Windows Service.

Usage

Generate your required service by issuing an sc create.

set SERVICENAME=TestService
set DISPLAYNAME=Test Windows Service
set BINPATH=ServiceHost.exe FILENAME [ARGUMENTS]

sc create %SERVICENAME% binpath= "%BINPATH%" displayname= "%NAME%"

License

Do what you like. See LICENSE (MIT).

About

Utility for hosting any Windows application as a Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Languages