On Fri, Apr 23, 2010 at 3:46 PM, Bruno Luciani <bruno.luci...@gmail.com> wrote:

> Exist  a way that , once a file was created , generates that's OS open this
> file
> using default apliccation for this type of file ?
>
> In example a PDF file

xdg-open should works for every freedesktop complaint desktop.

I use sth like:
...
cStrCmd := "xdg-open " + cFile
...
HB_RUN( cStrCmd + "&" )
...

best regards,
Lorenzo
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to