Multiple CrossWorks Instances

Comments

2 comments

  • Avatar
    Jon Elliott

    macOS itself prevents multiple instances of any application from running when opened through the GUI. You can however open multiple instances of an application from the command line using the open -n command. For example:

    open -n "/Applications/CrossWorks for ARM 4.0/CrossStudio for ARM 4.0.app"
    0
    Comment actions Permalink
  • Avatar
    Sylvain Cote

    I have done it with Automator so I do not need to start a command line each time.

    In Automator ...

    • menu: File, New
    • dialog: Application, Choose
    • drag Run Shell Script action from action list into the action pane
    • enter open -n "/Applications/CrossWorks for ARM 4.2/CrossStudio for ARM 4.2.app" in the action text field
    • menu: File, Save

    Then you just need to click on the application script to start a new instance of CrossWorks.
    Faster still, drag the application script icon into the dock, then each time you click on the docked icon it start a new instance of CrossWorks. 8-)

    0
    Comment actions Permalink

Please sign in to leave a comment.