[REBOL] Re: OpenService WINAPI function
From: ptretter:charter at: 25-May-2003 12:40
Actually, I'm working on a script that I hope to setup as a service under
Windows. However, by the looks of it so far, your rebol program would have
to be able to talk to the Service Manager of windows in order to cooperate
as a service on the system. Therefore, the REBOL service would have to have
an installer routine to install it as a service (can be a separate program).
Then your service will have to have service functions to initialize it with
the Service Control Manager. I'll post some functions and information when
I get it complete.
Paul Tretter