I really like to use alternate browsers in much of my everyday work, but
I still need to use IE for applications like Sharepoint. As a result, I
have tried to create command script files that I can use that will
launch the web page directly in IE. A simple shortcut to the URL will
not work because I do not have my default browser set as IE. I have
tried the following script, which works but the whole time the IE window
is open an annoying cmd shell box stays open. The shell closes when I
close IE. Is there anyway to get rid of this cmd shell box after IE
launches to my requested page? Thx.
Contents of my cmd script:
@ c:\progra~1\intern~1\iexplore.exe <Insert URL>
exit
-mike
|