Skip to content

Free equivalent of Windows "srvany" program for turning any Windows program or script into a service

License

Notifications You must be signed in to change notification settings

jaylong35/rhsrvany

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When you need to run some program or batch script as a Windows
service, you either have to modify the program so it calls the Windows
service APIs (impossible for a batch script), or you use "SrvAny" to
turn the program/script into a service.

Unfortunately SrvAny is a proprietary program.  This is a free
software equivalent.

For more information, see:

http://rwmj.wordpress.com/2010/04/29/tip-install-a-service-in-a-windows-vm/#content

Please send patches etc to the virt-tools mailing list:

http://www.redhat.com/mailman/listinfo/virt-tools-list

This program was originally written by Yuval Kashtan as part of the
Qumranet / RHEV-M / oVirt project, and released as free software by
Red Hat.

-- Richard W.M. Jones, 2014-07-08 --

About

Free equivalent of Windows "srvany" program for turning any Windows program or script into a service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.5%
  • Makefile 12.8%
  • M4 7.5%
  • Batchfile 4.2%