Re: What is the command for Internet Explorer?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Do you specifically want internet explorer, or just whatever program
the user has installed for web browsing? (I suggest the latter)

For internet explorer:=20
system("iexplore.exe \"http://webpage.com\"",2)

For whichever program is registered to handle the file, use start.exe
system("start.exe \"c:\My Documents\test.doc\"",2) --opens test.doc in
the default program, probably microsoft word.
So to open the web page in the default web browser:

system("start http://www.webpage.com/",2)



On 7/29/05, Jerry Story <guest at rapideuphoria.com> wrote:
>
>
> posted by: Jerry Story <jstory at ocii.com>
>
> For Linux I have:
>
> }}}
<eucode>
> prog =  -- mozilla or nautilus or whatever
> system(prog & " \"www.google.com/search   -- etc.
> </eucode>
{{{

>
> This works for Linux. It searches a string on Google.
>
> The question is:
> How to do that on Windows?
> I seem to be unable to find the command for Internet Explorer.
>
>
>
>
>


--
MrTrick
----------

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu