2
votes
2answers
1k views

How to schedule task to run every 10 minutes, from 8:00 to 15:00 on multiple days of week (with schtask.exe)?

How to schedule a task to run every 10 minutes, from 8:00 to 15:00 on multiple days of week, i.e. on Mon,Tue,Wed? The task I described can be defined with the GUI of Task Scheduler by using the ...
0
votes
2answers
1k views

How to run a cygwin executable with Windows XP TaskScheduler without opening a terminal?

Using Windows XP Task Scheduler, I've scheduled the execution of a cygwin program (C:\cygwin\bin\svn.exe update). It is working fine, but when it executes, a terminal window titled svchost.exe opens. ...
0
votes
1answer
246 views

Trying to use schtasks to run bubbaA.bat at 10:00 a.m each day using the following

schtasks /c1reate /tn "bubbaA.bat" /tr "\"\d:\1\sapd\tastks\" arguments" /sc daily /sd 07/22/2010 /st 10:00:00 /Ru system /RP * INFO: The Schedule Task "bubbaA.bat" will be created under user name ...