Sure. sort of.
You can write a Java program that uses threads to sleep for a specific amount of time (i.e., seconds to days....). Therefore, if one where to write the program and let it sit in the background then it kick into life every so often and do what you want it to do...i.e.,
This would kick off a
thread that will sleep for at least 2 minutes before being waken up and allowed to do something...It would then loop back round again and sleep again...
As for anything that will convert Java into a service on NT, then over to someone else for that answer...??
David.
[This message has been edited by David Harrigan (edited December 14, 2000).]