Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening two files with one shortcut

Status
Not open for further replies.

Moooink

Technical User
Feb 22, 2002
48
0
0
US
Is it possible to open two separate executable (.exe) files with one short cut? I know that you can open word.exe and then blah.doc but is there any possible way to open two .exe files together? The two .exe's that i need to open are totally separate and one cannot open the other, i just need a single shortcut to open them both simultaniously. Really would like some reply, thanks!
 
Hi

There may be a better way but here is one solution.

Write a batch file that launches on program then the other like so :

{filepath program 1}\{filename program 1}
{filepath program 2}\{filename program 2}

eg.

C:\Progra~1\Micros~1\Office\Winword.exe
C:\Progra~1\Micros~1\Office\Excel.exe

This would open Word and Excel with the one shortcut.

Hope this helps

[lightsaber] May The Force Be With You [trooper] [yoda]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top