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 

Windows Update w Firefox

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



Joined: 19 Apr 2006
Posts: 37

PostPosted: Thu Mar 13, 2008 10:44 pm    Post subject: Windows Update w Firefox Reply with quote

Hi, I've got Firefox as my default browser so when I try to run:

Code:
Run, http://update.microsoft.com


...it opens the page, alright, but MS requires Internet Explorer to update the system.

So in reading the forums here I tried:

Code:
Run, iexplore.exe, http://update.microsoft.com


...but this just opens the default window in IE... then opens the update page in Firefox.

Grrr!

I have no doubt I am making a simple syntax error, but I'm staring at it and not seeing it.

Has anyone done this successfully?
Back to top
View user's profile Send private message
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Thu Mar 13, 2008 10:48 pm    Post subject: Reply with quote

search the forum for COM and navigate... i believe the COM library has a function that will tell IE to change to a specific page
Back to top
View user's profile Send private message Send e-mail
Oberon



Joined: 18 Feb 2008
Posts: 458

PostPosted: Thu Mar 13, 2008 11:14 pm    Post subject: Reply with quote

You added a comma that shouldn't be... Run, iexplore.exe http://...
Back to top
View user's profile Send private message
blmjr



Joined: 19 Apr 2006
Posts: 37

PostPosted: Fri Mar 14, 2008 12:07 am    Post subject: Reply with quote

From the documentation I see:

Code:
Run, Notepad.exe, C:\My Documents, max


So it would seem that:

Code:

Run, iexplore.exe, http://update.microsoft.com


...would do the same thing.

That just shows you how wrong I can be.

I'll keep searching through the forums and hopefully enlightenment will shine upon me.
Back to top
View user's profile Send private message
Lexikos



Joined: 17 Oct 2006
Posts: 2558
Location: Australia, Qld

PostPosted: Fri Mar 14, 2008 1:50 am    Post subject: Reply with quote

blmjr wrote:
From the documentation I see:

Code:
Run, Notepad.exe, C:\My Documents, max
That has a different purpose: set the working directory of Notepad to C:\My Documents. It does not pass any command-line arguments to Notepad.
Back to top
View user's profile Send private message
widow
Guest





PostPosted: Sun Mar 16, 2008 1:18 pm    Post subject: Reply with quote

You dont need to switch to IE for update

http://windowsupdate.62nds.com
Back to top
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