Connecting Tech Pros Worldwide Help | Site Map

open internet explorer through command

  #1  
Old November 6th, 2008, 10:54 AM
Banned
 
Join Date: Jul 2008
Posts: 47
sir, please tell me the command through which we open internet explorer.
  #2  
Old November 6th, 2008, 11:32 AM
DonRayner's Avatar
Expert
 
Join Date: Sep 2008
Location: Canada
Posts: 494

re: open internet explorer through command


"iexplore" or "iexplore.exe" in the run command window will start internet explorer.
  #3  
Old November 7th, 2008, 07:55 PM
harshadd's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 177

re: open internet explorer through command


Below command opens your default browser from command line, what ever is your DEFAULT browser, it will open by this command
start <some URL>
eg
Start http://bytes.com
This will open bytes.com in your default browser.

To open an internet explorer particularly use below command at command line:
Start about:blank

In both cases You do not need to know what / where is the executable file for your browsers.

Regards
Harshad Dandekar.
Reply