Shortcuts can be created to open multiple files at once that may make things convenient. Lets check a simple example of opening a file located at the C: drive named dxcore.psd ( C:\dxcore.psd) with the Photoshop program located at C:\Program Files\Photoshop\Photoshop.exe:
“C:\Program Files\Photoshop\Photoshop.exe” “C:\dxcore.psd”

By creating a shortcut containing the above command will open the dxcore.psd file with photoshop. Now, notice that the first quotation contains the program path and then after a single space there is the path of the file to open. So the general formula for this is:
“Complete Path of the Program exe” <space> “Complete path of the file to open”
Read more »
Filed under: Softwares, Tutorial, Windows | Tagged: Firefox, Modifying Shortcuts, Opening Files, Opening Multiple Files at Once, Winamp | 1 Comment »