I prefer to use Firefox, and it is my default browser, but a certain website I use is developed entirely for Internet Explorer 7. I used have a batch file to do this but lost it. Does anyone know how i can launch Internet Explorer 7 opening it to a specific URL hard within a .bat file? It’s relatively easy to do but I lost my code and can’t figure out the switches for IE…
Related posts:








3 responses so far ↓
1 MafiotuL // Oct 1, 2008
@echo off
"%PROGRAMFILES%\Internet Explorer\IEXPLORE.EXE" http://yahoo.com
2 mcdragon69 // Oct 1, 2008
inside your batch file, use this line:
start http://
3 Cloud // Oct 1, 2008
Maybe you can try the “IE Tab” extension for Firefox.
After installation, you can open IE only web site in Firefox.
IE Tab - an extension from Taiwan, features: Embedding Internet Explorer in tabs of Mozilla/Firefox…
https://addons.mozilla.org/en-US/firefox/addon/1419
Leave a Comment