Andrew got it correct, you need to create a service. There are utilities on the resource kit.
How to create an service for an application Install the SRVANY & INSTSRV into the WINNT\SYSTEM32 directory (You will find these on the Resource Kit) At a command prompt type instsrv <service name> c:\winnt\system32\srvany (this will install a service for you) In the registry HKLM\SYSTEM\CCS\SERVICES\<service name> add 'Parameter' as a subkey Create 'Application' this needs to be a REG_SZ then point to the program you want run as an service Modify your service in services. I am sure that's all there is to it. Regards, Shaun ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
