can a scheduled task run a c# console app or a java command?
Posted
by Blankman
on Server Fault
See other posts from Server Fault
or by Blankman
Published on 2010-03-14T23:48:19Z
Indexed on
2010/03/15
0:00 UTC
Read the original article
Hit count: 196
scheduled-task
|java
I have 2 tasks that need to be run, 1 of them is a c# console application and another is a java application (main/console app also).
Can a scheduled task make a call to the cmd prompt like:
java -jar blah.jar
© Server Fault or respective owner