Re: How to prevent task scheduler from starting a program already running
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Fri, 1 Sep 2006 00:28:14 +1000
"Nick Cumberbatch" <nickcwpg@xxxxxxxxxxx> wrote in message
news:%23kmJlRQzGHA.3908@xxxxxxxxxxxxxxxxxxxxxxx
I am using Windows XP Professional.
I have setup Task Scheduler to start Microsoft Outlook to run at 7 AM each
day. However since I use the program often, I may sometimes leave it
running overnight. Then in the morning I find two instances of Microsoft
Outlook running, the one that I started originally and the one Task
Scheduler started. How do I resolve this
Embed Outlook in a batch file like so:
@echo off
TaskList | find /i "Outlook" || c:\Program . . . . \ outlook.exe
.
- Follow-Ups:
- Re: How to prevent task scheduler from starting a program already running
- From: Nick Cumberbatch
- Re: How to prevent task scheduler from starting a program already running
- References:
- How to prevent task scheduler from starting a program already running
- From: Nick Cumberbatch
- How to prevent task scheduler from starting a program already running
- Prev by Date: Re: Hard Disk Partition
- Next by Date: Re: Printing from old DOS program
- Previous by thread: How to prevent task scheduler from starting a program already running
- Next by thread: Re: How to prevent task scheduler from starting a program already running
- Index(es):
Relevant Pages
|
|