Opening the default browser in a URL
Posted: Sat Dec 07, 2013 12:10 pm
Hello!
ts-soft explained how to open the default browser in Linux and Windows.
Does anyone know how to do it in Mac?
Kind regards,
>Marco A.G.Pinto
----------------
ts-soft explained how to open the default browser in Linux and Windows.
Does anyone know how to do it in Mac?
Thanks!ts-soft wrote:Code: Select all
CompilerSelect #PB_Compiler_OS CompilerCase #PB_OS_Linux RunProgram("xdg-open", "http://marcoagpinto.cidadevirtual.pt/proofingtoolgui.html", "") CompilerCase #PB_OS_Windows RunProgram("http://marcoagpinto.cidadevirtual.pt/proofingtoolgui.html") CompilerCase #PB_OS_MacOS ;??? CompilerEndSelect
Kind regards,
>Marco A.G.Pinto
----------------