AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Start internet explorer with exe

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
toralf



Joined: 31 Jan 2005
Posts: 3841
Location: Bremen, Germany

PostPosted: Mon Jun 27, 2005 12:05 pm    Post subject: Start internet explorer with exe Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
daonlyfreez



Joined: 16 Mar 2005
Posts: 755
Location: Berlin

PostPosted: Mon Jun 27, 2005 12:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3841
Location: Bremen, Germany

PostPosted: Mon Jun 27, 2005 12:42 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
RAMI



Joined: 26 Jun 2005
Posts: 5

PostPosted: Mon Jun 27, 2005 2:11 pm    Post subject: this one is shorter lol Reply with quote

what about this?

#z::Run www.google.com
Back to top
View user's profile Send private message MSN Messenger
RAMI



Joined: 26 Jun 2005
Posts: 5

PostPosted: Mon Jun 27, 2005 2:16 pm    Post subject: Reply with quote

ops,,, ur IE is not the default,, i din't observe that,, then my solution sucks lol
Back to top
View user's profile Send private message MSN Messenger
neyon



Joined: 29 May 2005
Posts: 34
Location: The Netherlands

PostPosted: Mon Jun 27, 2005 2:23 pm    Post subject: Reply with quote

You call this a solution?! Rolling Eyes Razz LOL
Back to top
View user's profile Send private message
CarlosTheTackle



Joined: 19 Oct 2004
Posts: 102

PostPosted: Mon Jun 27, 2005 11:26 pm    Post subject: Reply with quote

Why don't you just use this Firefox extension:

IE View

Works a treat for exactly what you need.

C
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group