Skip to content

Instantly share code, notes, and snippets.

@barkingfoodog
Created September 15, 2019 04:29
Show Gist options
  • Save barkingfoodog/059f4566269b885a0248f479dd99023c to your computer and use it in GitHub Desktop.
Save barkingfoodog/059f4566269b885a0248f479dd99023c to your computer and use it in GitHub Desktop.
Open URL via OS handler
## Pass url as pcURL
If sys(6)="X" ## macOS
Calculate lcScript as con("open location ",kDQ,pcURL,kDQ)
Do $root.$runapplescript(lcScript)
Quit method
End If
Launch program ,[pcURL] (Do not quit Omnis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment