delivi 0 Report post Posted January 18, 2006 (edited) 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 Files\Internet Explorer\iexplore.exe" %* Rename the file e.batCopy this file to your profile folder C:\Documents and Settings\your_account_name Now you can open a command prompt window and type the following e http://forums.xisto.com/ This will start Internet Explorer and open the URL for http://forums.xisto.com/ Edited December 16, 2016 by OpaQue (see edit history) Share this post Link to post Share on other sites
OpaQue 15 Report post Posted January 19, 2006 If you simply type : http://forums.xisto.com/ It will also work. I would suggest readers to try out text based browsers like Lynx. Share this post Link to post Share on other sites
Sarith Pallewela 0 Report post Posted January 19, 2006 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! Share this post Link to post Share on other sites
Dawiss 0 Report post Posted January 19, 2006 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 Share this post Link to post Share on other sites
catfish 0 Report post Posted January 19, 2006 http://forums.xisto.com/no_longer_exists/lots and lots of useful things 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. Share this post Link to post Share on other sites
Aton 0 Report post Posted January 20, 2006 (edited) 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 222392[/snapback] First of all, this is obvious.Second, you can just type http://forums.xisto.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 Xisto or if ie is default you can type in internet Xisto.com and if .com is default and you turned on short cmds then you can type in i Xisto (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. Edited January 22, 2006 by snlildude87 (see edit history) Share this post Link to post Share on other sites
Aton 0 Report post Posted January 20, 2006 (edited) I'm really sorry if i've got you all wrong but the way i see it. It's much easier to just click! 222372[/snapback] 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* Edited January 22, 2006 by snlildude87 (see edit history) Share this post Link to post Share on other sites
delivi 0 Report post Posted January 20, 2006 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. -----------------------------------------------------------------------------------------------I've read many of u prefer clicking. But think what will u do when u mouse is eaten by the cat ----------------------------------------------------------------------------------------------- Share this post Link to post Share on other sites
beeseven 0 Report post Posted January 20, 2006 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). Share this post Link to post Share on other sites
sportytalk 0 Report post Posted January 21, 2006 Hehe, thanks for this nice tutorial on how to create a proper command line for accessing internet explorer. However, I prefer using a shortcut. I find it easier, plus you don't have to mess around using the 'run' dialog.(I type the address in the address bar!).Thanks for sharing nevertheless. It's always nice to know the other ways on how to run the same program Share this post Link to post Share on other sites
Ridwan sameer 0 Report post Posted June 21, 2007 wow this is an amazing find. But not vr\ery useful causeit takes long and you can't open each page with tabs (IN IE7 )Because you have to open command promt and then type in the URL. Straightaway you can click the desktop icon and type :)but anyway it is amazing to find tis you are a good coder and code finder Share this post Link to post Share on other sites
Tramposch 1 Report post Posted June 21, 2007 Lol or instead of your command prompt stuff to open Xisto, just create a shortcut on your desktop and i think you all know how to do that, i fnot... well... lolAre like command prompt stuff ever used anymore? or are they just there ,because i want to know if that is part of our...........computer, and if we remove like something thats a batch file, will it like....... ruin your computer? Share this post Link to post Share on other sites
delivi 0 Report post Posted July 13, 2007 this command will be very useful for the people who distribute precompiled CDs.You can load the html pages from cd during the CD's autorun by adding this command to a .bat (batch file) Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 4, 2007 Sure, clicking is the best option if you are just a regular user. But, if you are a programmer trying to automate a process, command line arguments are the only way to go. So don't act like it is so cut and dry and that command line should be done away. Really, that is still the internal workings that you never see because of the pretty candy shell the GUI gives us. Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 12, 2007 Thanks for the method to open iexplorer from command promt !! I needed it for my automated rig !! I don wan my users to double-click nor type in the address .. thanks again!!-Indrani Share this post Link to post Share on other sites