On NT, you can create services which run in the background irrespective of whether a user is logged on. You can use Carapace to provide such a service by following steps:
Once these steps have been performed, the service will start up as required (eg. when the machine is started).
Finally, when the service is no longer required, it can be removed from the machine using the removeService function.
For suggestions on debugging a service, click here
| Contents | Index | Current topic: NT Services | Related topics: objects |