From: Crypto <cr...@dv...> - 2004-03-16 20:05:58
|
> Standard srvany.exe from reskit does not allow to start colinux as > service. I suppose it happens because of creating and attaching > console. I have been using colinux with srvany as a service from the beginning. The -d switch does the trick as it prevents the console from being created. This is how I did it. Srvany just starts a script called start.cmd with this contents: c: cd \colinux colinux-daemon -d -- crypto |