0
votes
1answer
89 views

task scheduler in windows server 2008

The windows task scheduler fails to stop even after completing the task. It re-runs the completed task. So how to configure the task to stop after particular duration ??
2
votes
1answer
82 views

'at' command output on Mac

I need to execute scheduled tasks with at command: echo "VM-run.sh $1" | at 08.00 > at_output.txt 2>&1 I would have the output of VM-run.sh, but what I have instead is this output: job ...
0
votes
3answers
543 views

How do I set-up a Windows 7 using schedule-task to run a bookmark or specific URL

I am in need of running several php links on a regularly scheduled interval. I am not able to do it on the host through a typical cron set-up because of the memory, data, and time (out) required. The ...
2
votes
1answer
767 views

Scheduled task won't start with “Run whether user is logged in or not”

I've set up a task to run SyncToyCmd.exe, it will run fine if the task is set to "only run when user is logged on". But if I choose the second option to run even if it is logged off, it says "Running" ...
0
votes
2answers
4k views

Windows Task Scheduler: Can I export (save) my tasks?

I've setup a dozens of tasks on the Windows Task Scheduler. Everything is working fine but now I am concerned about being able to re-create these tasks if the PC needs to be replaced. The problem is ...
0
votes
2answers
264 views

Task Scheduler in Windows 7

is there a way to stop Task Scheduler on startup, because I have made mistake and now my computer shuts down after 1 min, and that's not enough time to open the Task Scheduler and turn it off?