Autostart a connection
AnsweredIs there a way to create a link / shell command, AppleScript would be ok too, to autostart a connection when the app loads.
-
Official comment
Hi,
You can open up .jump files and this will launch Jump and open the connection for you:
1. First, right click your computer's icon in Jump and then click 'Create Alias'. Then place the alias anywhere you want on your computer.
2. All you need to do now is double click the alias file to launch the connection. You can launch this via Terminal as well by typing in:
open [path to alias file]
3. To open it up with AppleScript try something like this (taken from here):
tell application "Finder" to open POSIX file "/Users/xxx/myservers/server.jump"
Comment actions
Please sign in to leave a comment.
Comments
1 comment