My schtasks don't schedule anything. :(
Posted
by Waffles
on Stack Overflow
See other posts from Stack Overflow
or by Waffles
Published on 2009-12-15T18:34:08Z
Indexed on
2010/04/18
2:03 UTC
Read the original article
Hit count: 433
I'm trying to make a scheduled task, and its just not working for me.
This is the command I type in CMD: schtasks /create /sc minute /mo 1 /tn test /tr calc.exe /st 19:17:00 /sd 12/14/2009
I'm trying to tell the computer to run calculator every minute starting at 7:09 PM. Although I get a success message after I type this in and hit enter, nothing happens at 7:09. What gives?
Thanks in advance.
© Stack Overflow or respective owner