Autostart a connection

Answered

Comments

1 comment

  • Official comment
    Avatar
    Jump Desktop Support (Edited )

    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 Permalink

Please sign in to leave a comment.