Skip to content

RobertZenz/daemonize-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

daemonize-win

Daemonize processes under windows with ease.

Under Unix and the likes we can easily daemonize processes with

command &

but under Microsoft Windows, there is no such easil facility.

Usage

daemonize.exe COMMAND [ARGUMENTS]

That's it...wait, there is something I have to tell you, it will not do any PATH lookups, the path to the command needs the be relative or absolute...sorry for that.

Bonus

Also daemonizes GUI applications, the main window will be hidden.

About

Daemonize processes under Microsoft Windows with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages