| View previous topic :: View next topic |
| Author |
Message |
blmjr
Joined: 19 Apr 2006 Posts: 37
|
Posted: Thu Mar 13, 2008 10:44 pm Post subject: Windows Update w Firefox |
|
|
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 |
|
 |
Erittaf
Joined: 03 Nov 2007 Posts: 182
|
Posted: Thu Mar 13, 2008 10:48 pm Post subject: |
|
|
| 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 |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Thu Mar 13, 2008 11:14 pm Post subject: |
|
|
| You added a comma that shouldn't be... Run, iexplore.exe http://... |
|
| Back to top |
|
 |
blmjr
Joined: 19 Apr 2006 Posts: 37
|
Posted: Fri Mar 14, 2008 12:07 am Post subject: |
|
|
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 |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2558 Location: Australia, Qld
|
Posted: Fri Mar 14, 2008 1:50 am Post subject: |
|
|
| 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 |
|
 |
widow Guest
|
|
| Back to top |
|
 |
|