Morbus wrote:
     system("c:\progra~1\opera\opera.exe $url");

Does this do what you want?

    system("start $url");

Even

    system("$url");

should work. This all assumes that $url contains a file with a file extension which is mapped to an application on your system. But .html files should work in, like, 99.23 percent of all cases. And if someone screwed up their system, let that remain their problem :)


/J

------ ---- --- -- -- -- -  -   -    -        -
Johan Lindström                    Boss Casinos
Sourcerer                     [EMAIL PROTECTED]
                 http://www.bahnhof.se/~johanl/
If the only tool you have is a hammer,
everything tends to look
like a nail


Reply via email to