Tuesday, March 30, 2010

Run Internet Explorer From Command Prompt

Here's a simple way you can run Internet Explorer from the command line...

Create a new text file that contains the following line:



CODE
@start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" %*


Rename the file e.bat

Copy this file to your profile folder

QUOTE
C:\Documents and Settings\your_account_name


Now you can open a command prompt window and type the following

CODE
e www.google.com


This will start Internet Explorer and open the URL for www.google.com

0 comments:

  © Blogger template 'Ultimatum' by Ourblogtemplates.com 2008

Back to TOP