Help - Search - Members - Calendar
Full Version: Starting the default browser from the command line
MSFN Forums > Microsoft Software Products - Discussion & Support > Windows 95/98/98SE/ME > Windows 9x Member Projects

   
Google Internet Forums Unattended CD/DVD Guide
soporific
i can't really add much more to the title and sub ... it would make my URL links in AP friendly to those who may have gone to the trouble of going to the point of removing or moving Internet Explorer so it can't be run from its normal location.

thanks in advance to you helpful people ... sop.
Tihiy
CODE
start www.yoursite.com

?
phkninja
start->run
then type your url

OR

iexplore.exe [url]
soporific
QUOTE (Tihiy @ Feb 27 2007, 09:07 PM) *
CODE
start www.yoursite.com

?


thank you Tihiy ... i was using everything except START
MDGx
From the horse's mouth [scroll down all the way to the bottom]:
http://www.microsoft.com/technet/prodtechn...rk/appxc_c.mspx
QUOTE
Command-Line Parameters for Starting Internet Explorer

In addition to using command-line switches to customize Setup, you can use command-line parameters to customize how Internet Explorer is started.

For example, you can start Internet Explorer in Kiosk or full-screen mode by adding a parameter to the Internet Explorer executable file name by using the following syntax:

iexplore.exe -k

The following is a list of parameters you can use for starting Internet Explorer:

-new = Launches the browser window in a new browsing process.

-remote = Starts a remote instance of Internet Explorer on UNIX platforms only.

-k = Starts the browser in Kiosk or full-screen mode.

-nohome = Starts Internet Explorer without its home page.

-embedding = Starts the Web browser control (no home page is displayed).

-channelband = Displays the channels folder.

-e = Starts Internet Explorer Help on UNIX platforms only.

-v (also -version) = Can be used to specify the version on UNIX platforms only.
Whenever doing this:

iexplore "complete_URL_name"

make sure the URL name is typed between quotes [as shown above], expecially if URL name contains any spaces.

To use iexplore with command line params from within a DOS BATch file, make sure you use START /W if other commands follow, to make sure they execute in sequence, and that iexplore command completes before next one starts [example]:

start /w iexplore "http://www.msfn.org/board/"

HTH
BenoitRen
Why the IEXPLORE suggestions? The thread starter said "default browser".
MDGx
QUOTE (BenoitRen @ Feb 27 2007, 02:03 PM)
Why the IEXPLORE suggestions? The thread starter said "default browser".
Because of soporific's 1st post:
QUOTE (soporific @ Feb 27 2007, 01:02 AM)
i can't really add much more to the title and sub ... it would make my URL links in AP friendly to those who may have gone to the trouble of going to the point of removing or moving Internet Explorer so it can't be run from its normal location.

thanks in advance to you helpful people ... sop.
HTH
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.