wrote:
> BTW, IE is my default browser - but I'd like the shortcuts I create to
> open with Firefox. Can you tell me how to do this?
A URL will open with whatever is currently configured as the default web
browser. If you want a specific web browser to load then you have to
call it in the command.
"<installpath>\iexplore.exe" <url>
"<installpath>\firefox.exe" <url>
I don't use Firefox and won't know where you chose to install it. IE
gets put C:\Program Files\Internet Explorer\Internet Explorer by
default. This is the same as how you define any shortcut: specify the
program to run along with any command-line parameters.
You give the URL as a command-line parameter. So you specify what web
browser to load and what URL it should open. For those shortcuts, you
can modify their properties to use whatever .ico file you want.