Shortcut that opens TWO EXE's at the same time?

sfleurietsfleuriet Texas New
edited December 2006 in Science & Tech
Is there any way I can create a shortcut to put on my desktop and edit the target or whatever and make it launch TWO EXE files when double clicked? Thanks

Comments

  • ThraxThrax 🐌 Austin, TX Icrontian
    edited December 2006
    Make a batch file, otherwise no.
  • sfleurietsfleuriet Texas New
    edited December 2006
    What does that mean? :p
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited December 2006
    Give me the full paths of where the programs you want opened are located.

    "C:\whatever\whatever\whatever.exe"
  • GargGarg Purveyor of Lincoln Nightmares Icrontian
    edited December 2006
    Edit: like Thrax said.

    You can put two commands in a text file, then rename the file extension to .bat.
    Then you point the shortcut to the .bat file.

    Just put them each on their own line like:
    C:\Program Files\Junk\Stuff.exe
    C:\Program Files\Whatnot\MoreStuff.exe
Sign In or Register to comment.