How to launch application on a remote Mac
michel-discors at orange.fr
michel-discors at orange.fr
Thu Apr 23 04:13:42 EDT 2020
HI Guys,
I can't make a script. I know how to quit an application on a remote Mac but not open an application.
Example :
--This script quit an application on a remote Mac. (It works)
tell application « My_application" of machine "eppc://name_machine:password@ip_Adresse"
quit
end tell
--This script try to open an application on a remote Mac. (It doesn't works)
launch application « My_application" of machine "eppc://name_machine:password@ip_Adresse »
(I tried open instead of launch but it is wrong)
Someone has an idea to help me.
Thank you.
Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.machomeautomation.com/pipermail/xtensionlist/attachments/20200423/e61d146b/attachment.html>
More information about the XTensionList
mailing list