Launching two apps at same time

  • Thread starter Rockinghorse Winner
  • Start date
R

Rockinghorse Winner

Does anyone know of a command line or app to launch 2 or more apps at once,
(and, as an added bounus, position them on the screen)? For instance, I would
like to have one shortcut or command to run Winamp and Winamp Bar. There are
more examples I could give, but I think you get the point.



"As a young man I used to have four supple members and one stiff one. Now
I have four stiff and one supple." -Duc Henri D'Aumale





CUL8R



R*Horse



www.sonic.net/~lkokot



"Take a look behind you - upstream - now you begin to
recognize this country, don't you?"

"Yes, I do recognize it now. It is the most wonderful
thing I ever heard of; by a long shot the most
wonderful - and unexpected."

Mark Twain
Life on the Mississippi
 
R

Rockinghorse Winner

It has been reported by the Department of Homeland Security that on 18 Oct

Thanks for the response. These look good. I will check them out.






CUL8R



R*Horse



www.sonic.net/~lkokot



"Take a look behind you - upstream - now you begin to
recognize this country, don't you?"

"Yes, I do recognize it now. It is the most wonderful
thing I ever heard of; by a long shot the most
wonderful - and unexpected."

Mark Twain
Life on the Mississippi
 
C

Colonel Blip

Hello, Rockinghorse!
You wrote on Mon, 18 Oct 2004 12:04:34 -0700:

RW> Does anyone know of a command line or app to launch 2 or more apps at
RW> once, (and, as an added bounus, position them on the screen)? For
RW> instance, I would like to have one shortcut or command to run Winamp
RW> and Winamp Bar. There are more examples I could give, but I think you
RW> get the point.


I just use a batch file. I needed to make sure word opened before outlook so
here is my simple code to achieve it.

REM: Outlook.cmd
@Echo off
cd /d "e:\Program Files\Microsoft Office\Office11"
start winword
start outlook
exit

Works like a champ.

Colonel Blip.
E-mail: (e-mail address removed)
 
R

Rockinghorse Winner

It has been reported by the Department of Homeland Security that on Tue, 19
Hello, Rockinghorse!
You wrote on Mon, 18 Oct 2004 12:04:34 -0700:

RW> Does anyone know of a command line or app to launch 2 or more apps at
RW> once, (and, as an added bounus, position them on the screen)? For
RW> instance, I would like to have one shortcut or command to run Winamp
RW> and Winamp Bar. There are more examples I could give, but I think you
RW> get the point.


I just use a batch file. I needed to make sure word opened before outlook so
here is my simple code to achieve it.

REM: Outlook.cmd
@Echo off
cd /d "e:\Program Files\Microsoft Office\Office11"
start winword
start outlook
exit

Works like a champ.

Colonel Blip.
E-mail: (e-mail address removed)

Thanks. now that i know the syntax, i think I can devise my own batch files.

Much appreciated.








CUL8R



R*Horse



www.sonic.net/~lkokot



"Take a look behind you - upstream - now you begin to
recognize this country, don't you?"

"Yes, I do recognize it now. It is the most wonderful
thing I ever heard of; by a long shot the most
wonderful - and unexpected."

Mark Twain
Life on the Mississippi
 

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