Possible to restart Synergy via Applescript?
-
neilio
Is Synergy applescriptable?
I want to restart Synergy via Applescript so that I can get it to reload the Track Change Items folder.
-
Greg Hurrell
All Cocoa applications support basic Apple Scripting of this sort:
tell application "Synergy" to quit
(I've got some more complicated Apple Script support in Synergy Advance, but that's another story. I'm looking at ways to make this autorefresh anyway in Synergy Advance, because I can use Panther-only APIs which I can't use in Synergy Classic because it must run on Jaguar.)
Reply
This topic is now closed.