Re: task scheduler
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Wed, 13 Sep 2006 08:05:07 +1000
What is your question?
Did you schedule the batch file I suggested?
What happened?
Task that run under the Task Scheduler are designed
to run in the background and are designed to be
invisible to the foreground question.
"don" <don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FFD97894-8784-4507-BFA5-A0A383028DFC@xxxxxxxxxxxxxxxx
When you run a batch job, it shows up on the windows task bar. When yourun
it thru the scheduler does it also show up on the task bar? I seemstask.exe
running and when I open the dos window i see multiple executions of thebatch
file I want to run.of
--
Don
"Pegasus (MVP)" wrote:
You're obviously missing a few steps. Create a batch file like so:
@echo off
echo %date% %time% >> c:\test.txt
then do this to run it once every 5 minutes:
1. Control Panel / Task Scheduler
2. Add Scheduled Task.
3. Specify the name of the above batch file.
4. Give the baby a name.
5. Select the "Daily" radio button.
6. Set the time to 0:00, and select "Every Day".
7. Enter the account details.
8. Click "Advanced properties" + Finish
9. Click "Schedule".
10. Click "Advanced".
11. Repeat the task every 5 minutes, and make the duration 24 hours.
Now check c:\test.txt and convince yourself that the task
does run every 5 minutes. When it works as expected,
apply the above methods to your own batch files.
"don" <don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:77808602-7D1E-453C-B5BE-2BA110D958FE@xxxxxxxxxxxxxxxx
After making the changes that you suggested, nothing runs. I used one
newthe
old jobs and made the changes you suggested. Then i created a brand
2:00ajob
and the only thing I see running is MTTask.exe.
Don
"don" wrote:
We are using window2003 scheduler to run the same batch file at
Thisschedule3:00am,4:00am,5:00am, 6:00am and 7:00am on a daily schedule. The
settings wetask = daily, start time =1:35am on 8/2/2004, every 1 days. Under
have stop task if runs for 72 hrs, no advanced schedule option.
anytime ofprocess
Mondayworks every day of the week except Sunday night. When we come in on
manually. Inone of the scheduled tasks are running and we have to start them
(paymentdon't know fi it means anything but the scripts are java scripts
gatewayclients) that create a transaction path between our touchnet payment
and our e.r.p system. This allows students to pay on-line at
couldn'tthe
day.It's been running like this since 8/2/2004, my predecessor
figure out why the jobs don't run Sunday night.
Any suggestions would be appreciated.
--
Don
.
- Follow-Ups:
- Re: task scheduler
- From: don
- Re: task scheduler
- References:
- Re: task scheduler
- From: Pegasus \(MVP\)
- Re: task scheduler
- From: don
- Re: task scheduler
- Prev by Date: Re: Referencing names with spaces at command level
- Next by Date: Re: Problem moving old hard drive
- Previous by thread: Re: task scheduler
- Next by thread: Re: task scheduler
- Index(es):