Re: How to prevent task scheduler from starting a program already running



I should have mentioned that my computer knowledge just a little more than
beginner.

Could you kindly interpret this for me in simple instructions

Thanks

"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message
news:uSklzmQzGHA.3908@xxxxxxxxxxxxxxxxxxxxxxx

"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




.



Relevant Pages