multiple application startup

  • Thread starter Thread starter M.Rich
  • Start date Start date
M

M.Rich

Hello, I would like to have 3 programs open at once with the click of one
Icon. I guess like a batch file. How can this be done.
Thanks in advance..
Mrich
 
Create your shell script something like;

start "" "D:\Program Files\Microsoft Office\OFFICE11\outlook.exe"
start "" "D:\Program Files\Microsoft Office\OFFICE11\word.exe"
start "" "D:\Program Files\Microsoft Office\OFFICE11\excel.exe"

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello, I would like to have 3 programs open at once with the click of one
| Icon. I guess like a batch file. How can this be done.
| Thanks in advance..
| Mrich
|
|
 
Back
Top