make a shortcut open a non-default browser

  • Thread starter Thread starter AndreZ
  • Start date Start date
A

AndreZ

Hey all

Basiclly, I have an HTML application that only work properly in IE, as a
default we use firefox.. but when i create a shortcut on the desktop it
automaticly makes that bookmark a firefox shortcut .. but i want it (and
only it) to open with IE ..

any tips would be appreciated :)

thanks!
 
Hey all

Basiclly, I have an HTML application that only work properly in IE, as a
default we use firefox.. but when i create a shortcut on the desktop it
automaticly makes that bookmark a firefox shortcut .. but i want it (and
only it) to open with IE ..

any tips would be appreciated :)

thanks!
Insert "C:\Program Files\Internet Explorer\iexplore.exe" before the
target in your shortcut's properties.
 
Double-clicking the Internet shortcuts always open in the default browser.
To open a link in a non-default browser, create an application shortcut..

Examples:

"%programfiles%\Internet Explorer\IEXPLORE.EXE" c:\myfile.htm
"%programfiles%\Internet Explorer\IEXPLORE.EXE" http://www.google.com

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Hey all

Basiclly, I have an HTML application that only work properly in IE, as a
default we use firefox.. but when i create a shortcut on the desktop it
automaticly makes that bookmark a firefox shortcut .. but i want it (and
only it) to open with IE ..

any tips would be appreciated :)

thanks!
 
Back
Top