Code: Select all
RunProgram("http://www.purebasic.com")
On MacOS this doesn't work. What must be do to get the same result?
Thanks!

Code: Select all
RunProgram("http://www.purebasic.com")
Code: Select all
RunProgram("open", "http://www.purebasic.com", "")

Have you already tried installgentoo's DownloadFromURL() example code? I have just successfully downloaded a dmg file with his code.DoubleDutch wrote:I tried this, it works with URLs pointing to websites - but not to a dmg file on a website.
Any idea on how to start a download of a file on OSX?

