Hi,
I have a java program that I need to run under the
win2k task shedular and have it remain running, just
like a service (I for a number of reasons I can't
use a service, it has to be a scheduled task).
Currently it works fine until someone logs on to the
box, as soon as they log off the task dies when it
receives the LOGOFF_EVENT (I'm guessing this).
Does anyone know of any suitable alternatives which
would not terminate the application when a user logs
off?
Thanks,
Vic
Vic - 08 Jan 2004 17:28 GMT
> Currently it works fine until someone logs on to the
> box, as soon as they log off the task dies when it
> receives the LOGOFF_EVENT (I'm guessing this).
Just in case anyone was wondering, I've discovered the flag
-Xrs which does the job.
Cheers,
Vic