Making Shortcuts...

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Is it possible to 'merge' several shortcuts into one, i.e.
I want to start three different programs with one shortcut.

Can anone help me..?

Thanks
 
Yes, make a bat file that opens the multiple programs and make one shortcut
to that.
Open notepad and enter the syntax as follows(use your program names)

start outlook.exe
start %SystemRoot%\system32\eventvwr.msc /s
start iexplore.exe
start wmplayer.exe

Then save it as open.bat
Then make a shortcut to it (or you can just run the batch file itself).
 
Back
Top