OSX Script local apps

Post Reply
administrator
Site Admin
Posts: 82
Joined: Mon Dec 03, 2018 10:35 am

OSX Script local apps

Post by administrator » Mon Jan 27, 2020 10:12 pm

on handle_url(args)
tell application "AppName"
activate
end tell
end handle_url

----------------------------------------------------

Replace "AppName" for the actual appname created on the MAC system:
Example:
ws-acrobat

on handle_url(args)
tell application "Adobe Acrobat"
activate
end tell
end handle_url

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests