Link to home
Start Free TrialLog in
Avatar of james henderson
james hendersonFlag for United States of America

asked on

java and windows 2003 scheduled tasks

I have an old java application, java version 1.3.1_09, that needs to read the properties of serveral scheduled tasks on a windows 2003 server.  How can I do that?
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

The easiest way is probably to find a command line utility to do that and then Runtime.exec it from Java
http://technojeeves.com/joomla/index.php/free/52-runtimeexec
Avatar of james henderson

ASKER

I found that I can use the Schtasks command line utility and get the properties from there.
thanks for your reply.
I've requested that this question be closed as follows:

Accepted answer: 0 points for dhenderson12's comment #a38729551

for the following reason:

I found my own answer.
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:)