Created
September 15, 2019 04:29
-
-
Save barkingfoodog/059f4566269b885a0248f479dd99023c to your computer and use it in GitHub Desktop.
Open URL via OS handler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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