Saturday, April 10, 2010

One Shortcut for Three Applications

It is possible to create a shortcut that opens three applications in the same time. To do so, open Notepad, type start followed by a space and the command line of an application (for example, start c:\windows\calc.exe), and then press Enter. If your path includes long file or folder names, you must either enclose the path with quotation marks (for example, start "c:\programfiles\accessories\notepad.exe") or use shortened versions of the long names (for example, start c:\progra~1\ access~1\notepad.exe). Add more lines following this pattern for each programs you want to start with one icon. When you are finished, choose File, Save and type a file name (in quotation marks) with the .bat extension. Double-click the batch file or its shortcut to launch the programs.

No comments:

Post a Comment