Run Internet Explorer From Command Prompt
Posted by devilthings at 11:16 AMHere'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:
Post a Comment