I have to launch Internet Explorer from the DOS command prompt.
I have done it with Firefox, like:
cd \program files\mozilla firefox\ firefox
How to do the same with Internet Explorer?
|
I have to launch Internet Explorer from the DOS command prompt. I have done it with Firefox, like: cd \program files\mozilla firefox\ firefox How to do the same with Internet Explorer? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Just type
You can also use
| |||||||||||
feedback
|
|
Though you're asking for Internet Explorer: just in case you want to use the default browser, then use the start "" "http://superuser.com" | |||||
feedback
|
|
There should be an environment variable for the Program Files directory. On my install it is Thus, to start Internet Explorer from the command line (for me):
Remember the double quotes as there is a space in the command line! | ||||
|
feedback
|
|
You should cut its location to its original location, "C:\Program Files\Internet Explorer\", and then you can start it by using:
| ||||
|
feedback
|