Apple script to launch multiple copies of Igor on OS X



property thePath : ""
property thePosixPath : ""
property theCommand : ""
property igorReturn : ""

set thePath to path to application "Igor Pro"
set thePosixPath to quoted form of POSIX path of thePath
set theCommand to "/usr/bin/open -n " & thePosixPath & " > /dev/null 2>&1 &"
set igorReturn to do shell script theCommand

A compiled app of this script is attached. Double click it to lunch a new copy of Igor. You can do this as many times as you wish
IgorAgain.app_.zip

Forum

Support

Gallery

Igor Pro 9

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More