Adding more than one executable from XP's scheduled task?

A

Ant

Hello.

Is there a way to run more than one executable programs from a single
Windows XP Pro. SP3's scheduled task?

Thank you in advance. :)
--
"He who storms in like a whirlwind returns like an ant." --Borneo
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: (e-mail address removed)
( ) or (e-mail address removed)
Ant is currently not listening to any songs on his home computer.
 
B

Big_Al

Ant said this on 2/1/2009 4:10 AM:
Hello.

Is there a way to run more than one executable programs from a single
Windows XP Pro. SP3's scheduled task?

Thank you in advance. :)
you could launch a batch file. It can launch several / many in sequence.
 
P

Pegasus \(MVP\)

Ant said:
Hello.

Is there a way to run more than one executable programs from a single
Windows XP Pro. SP3's scheduled task?

Thank you in advance. :)
--

Sure is - put them all into a batch file, then schedule the batch file to
run at the required time.
@echo off
start /b "Task 1" "c:\program files\App1\app1.exe
start /b "Task 2" "c:\program files\App2\app2.exe
etc.
 
K

Ken Blake, MVP

Is there a way to run more than one executable programs from a single
Windows XP Pro. SP3's scheduled task?


Yes. Make the scheduled task a batch file, and have the batch file run
whatever programs you want.

For example, create a batch file called scheduledtasks.bat and have it
look like this:

abc.exe
def.exe
ghi.exe
 
A

Ant

Thanks all. I will try that.

Hello.

Is there a way to run more than one executable programs from a single
Windows XP Pro. SP3's scheduled task?

Thank you in advance. :)
--
"The ant's a centaur in his dragon world. Pull down thy vanity, it is
not man... Made courage, or made order, or made grace,... Pull down thy
vanity, I say pull down. Learn of the green world what can be thy
place... In scaled invention or true artistry,... Pull down thy
vanity,... Paquin pull down! The green casque has outdone your
elegance." --Ezra Pound's poem
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Nuke ANT from e-mail address: (e-mail address removed)
( ) or (e-mail address removed)
Ant is/was listening to a song on his home computer: Various - Unchained
Melody
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top