phatpaul
18th March 2004, 22:18
I work in a computer lab at school with lots of P4 dell computers (nice:). I want to run autogk as a system service with low priority to process lots of videos in the background while students are still able to log on and off and use the computers. They should not know that anything is going on. The system I tried it on was running Windows XP pro and I had admin privlages. I installed autogk as a service in Firedaemon Lite and setup to interact with desktop. All this works good but after i start a encoding a batch, I need to log off of the computer to let other users use it. When I log off the computer- autogk gives a message "please abort jobs before exiting" and quits after I log off. It should not quit because it is running as a system service but because windows broadcasts logoff messages to all open apps, and autogk doesn't handle the broadcast right(i got this from a faq at www.firedaemon.com), it quits!
I see two possiblilities of making this work:
1. AutoGK gets fixed to allow it to be run as a system service.
or
2. I can setup AutoGK to NOT interact with the desktop. This way it would not be affected by logoff messages. But I would need to pass command-line args to it to start a batch. Is this possible? Can I save a batch in AutoGK and invoke it at launch with command-line args?
Is there a program like autoGK or GK which supports being run as a system service?
I see two possiblilities of making this work:
1. AutoGK gets fixed to allow it to be run as a system service.
or
2. I can setup AutoGK to NOT interact with the desktop. This way it would not be affected by logoff messages. But I would need to pass command-line args to it to start a batch. Is this possible? Can I save a batch in AutoGK and invoke it at launch with command-line args?
Is there a program like autoGK or GK which supports being run as a system service?