| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Mon Jun 27, 2005 12:05 pm Post subject: Start internet explorer with exe |
|
|
Hi,
I knew this once, but couldn't figure it out again.
I have FireFox as default browser. But one server doesn't show its page correctly in FF, so I want to start that specific page with IE.
But when I have
| Code: | | run, C:\Program Files\Internet Explorer\IEXPLORE.EXE https://xxx.xxx.xxx.xxx/asp.html |
The script exits with error.
I tried some variations with comspec and with "". But could find the right combination. Could someone please give me some help or direction? Thanks. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
daonlyfreez
Joined: 16 Mar 2005 Posts: 755 Location: Berlin
|
Posted: Mon Jun 27, 2005 12:30 pm Post subject: |
|
|
The code you posted works for me...
Have you checked the path to Internet Explorer?
Or try:
| Code: | | run, IEXPLORE.EXE "https://xxx.xxx.xxx.xxx/asp.html" |
_________________ (sorry, homesite offline atm) |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Mon Jun 27, 2005 12:42 pm Post subject: |
|
|
Thanks daonlyfreez,
Now, it works for me too.
I do not know why it didn't do before or what I did differently. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
RAMI
Joined: 26 Jun 2005 Posts: 5
|
Posted: Mon Jun 27, 2005 2:11 pm Post subject: this one is shorter lol |
|
|
what about this?
#z::Run www.google.com |
|
| Back to top |
|
 |
RAMI
Joined: 26 Jun 2005 Posts: 5
|
Posted: Mon Jun 27, 2005 2:16 pm Post subject: |
|
|
| ops,,, ur IE is not the default,, i din't observe that,, then my solution sucks lol |
|
| Back to top |
|
 |
neyon
Joined: 29 May 2005 Posts: 34 Location: The Netherlands
|
Posted: Mon Jun 27, 2005 2:23 pm Post subject: |
|
|
You call this a solution?! LOL |
|
| Back to top |
|
 |
CarlosTheTackle
Joined: 19 Oct 2004 Posts: 102
|
Posted: Mon Jun 27, 2005 11:26 pm Post subject: |
|
|
Why don't you just use this Firefox extension:
IE View
Works a treat for exactly what you need.
C |
|
| Back to top |
|
 |
|