Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Run Internet Explorer From Command Prompt, Windows Tips
delivi
post Jan 18 2006, 08:56 PM
Post #1


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,300
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



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.trap17.com


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

This post has been edited by BuffaloHELP: Feb 4 2006, 06:52 PM
Go to the top of the page
 
+Quote Post
OpaQue
post Jan 19 2006, 11:59 AM
Post #2


Administrator
Group Icon

Group: Admin
Posts: 1,448
Joined: 11-June 04
From: Somewhere in Time & Space.
Member No.: 1



If you simply type : http://www.trap17.com smile.gif It will also work. I would suggest readers to try out text based browsers like Lynx. smile.gif
Go to the top of the page
 
+Quote Post
Sarith Pallewela
post Jan 19 2006, 01:59 PM
Post #3


Newbie [Level 2]
**

Group: Members
Posts: 38
Joined: 13-January 06
Member No.: 17,042



Nice Work finding that out but do you think it's really importan to start IE from CMD? i mean you can always just double-click on an icons! Forgive me if i'm wrong but i mean the Command line era is way gone! Get with it and just Click Away!!

I'm really sorry if i've got you all wrong but the way i see it. It's much easier to just click!
Go to the top of the page
 
+Quote Post
Dawiss
post Jan 19 2006, 04:29 PM
Post #4


Super Member
*********

Group: Members
Posts: 286
Joined: 4-December 05
From: Latvia, Riga
Member No.: 15,337



Nice idea and finding delivi.. Once used Internet Explorer but now I stoped using it and started using Mozilla FireFox because i like it better.. but nice finding becaus eI have newer seen anything like that wink.gif
Go to the top of the page
 
+Quote Post
catfish
post Jan 19 2006, 05:40 PM
Post #5


Member [Level 2]
*****

Group: Members
Posts: 76
Joined: 17-January 06
Member No.: 17,289



http://www.fixmyxp.com/content/view/20/42

lots and lots of useful things smile.gif



would probably be a better idea for like games, so that you can open (par example) xfire and cs at the same time, with one click/a few keystrokes.
Go to the top of the page
 
+Quote Post
Aton
post Jan 20 2006, 06:47 PM
Post #6


Newbie
*

Group: Members
Posts: 8
Joined: 19-January 06
Member No.: 17,357



QUOTE(from Dawiss @ Jan 19 2006, 12:29 PM)
Nice idea and finding delivi.. Once used Internet Explorer but now I stoped using it and started using Mozilla FireFox because i like it better.. but nice finding becaus eI have newer seen anything like that wink.gif
*



First of all, this is obvious.
Second, you can just type http://www.trap17.com
Third, you can do the same w/o the http://
To adress what i am apllying to You can use this in bat files for install/unistall scripts
If you have my "ultimate comand prompt utils" package you can type in
internet ie trap17
or if ie is default you can type in internet trap17.com
and if .com is default and you turned on short cmds then you can type in
i trap17 (or the bookmark name such as "i t17"

Yet another thing
For firefox you put
@start /b "firefox.exe" %*

For internet exlorer you only need to put in
@start /b "iexplore.exe" %*

There is a lot more that i can say but i don't have the time to put it all here

Notice from snlildude87:
Do not modify the quote block.


This post has been edited by snlildude87: Jan 22 2006, 07:34 PM
Go to the top of the page
 
+Quote Post
Aton
post Jan 20 2006, 06:50 PM
Post #7


Newbie
*

Group: Members
Posts: 8
Joined: 19-January 06
Member No.: 17,357



QUOTE(Sarith Pallewela @ Jan 19 2006, 09:59 AM)
I'm really sorry if i've got you all wrong but the way i see it. It's much easier to just click!
*



I type fater then clicking, and sometimes wehn i write a installation batch file/script i use things like this.

Also note that you only need o create the e.bt file once

Notice from snlildude87:
Do not modify the quote tags.

*Credits reduced*


This post has been edited by snlildude87: Jan 22 2006, 07:34 PM
Go to the top of the page
 
+Quote Post
delivi
post Jan 20 2006, 10:48 PM
Post #8


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,300
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



Actually when I found this that it would be useful for some programmers who need to start IE from their apps. eg. Displaying CD/DVD contents on Autoplay. smile.gif




-----------------------------------------------------------------------------------------------
I've read many of u prefer clicking. But think what will u do when u mouse is eaten by the cat tongue.gif
-----------------------------------------------------------------------------------------------
Go to the top of the page
 
+Quote Post
beeseven
post Jan 20 2006, 10:55 PM
Post #9


Privileged Member
*********

Group: Members
Posts: 629
Joined: 26-February 05
Member No.: 3,995



You can start anything from the command line. Try going there and typing "mspaint.exe" or "calc.exe" or "notepad.exe" and see what happens. If you want you can open a specific file by adding a space then the file name (the complete path or relative path).