Application like Windows Services

Hi,
I want to make a application which works like Windows Services.
I want following attributes in that application
a. Application should work like hidden application. (Similar to Windows
services)
b. Can be invoked at system login time automatically.

Any suggestions are welcome.

Regards:
Dhiraj

On 7/2/07, Dhiraj G. [email protected] wrote:

Hi,
I want to make a application which works like Windows Services.
I want following attributes in that application
a. Application should work like hidden application. (Similar to Windows
services)
b. Can be invoked at system login time automatically.

Any suggestions are welcome.

have a look at mongrel_service.

J.

gem install win32-service

And thank Dan for all of his hard work on win32 stuff (and other
platforms) that don’t always get enough Ruby love,
pth