Posts Tagged ‘Running IE from the command line’
Windows XP - Thursday, January 3, 2008 4:49 - 0 Comments
Running IE from the command line
Here’s a simple way you can run Internet Explorer from the command line…
Here’s a simple way you can run Internet Explorer from the command line:
Create a new text file that contains the following line:
@start “” /b “C:Program FilesInternet Exploreriexplore.exe” %*
Rename the file e.bat
Copy this file to your profile fold < Read full article..>