Eclipse Spawning AppleScript

AppleScript droplet to spawn multiple instances of Eclipse on Mac OS X. Just drop Eclipse.app file onto the droplet. (WordPress code formatting FAIL, they don’t support AppleScript)

on open eclipse_file
	set eclipse_file_path to POSIX path of eclipse_file
	do shell script quoted form of eclipse_file_path & "/Contents/MacOS/eclipse &"
end open

3 comments so far

  1. koldfyre on

    Whoa, how did you do that cool code section??
    Is that only available in premium/downloadable version of WordPress? If so, what is the command?

    Ed
    4ppleScript

  2. jonas714 on

    Code formatting is available in the free version. Check out this link for instructions.

  3. Bookmarks about Applescript on

    [...] – bookmarked by 1 members originally found by yehoshuk on 2008-10-26 Eclipse Spawning AppleScript http://nerded.net/2008/08/04/eclipse-spawning-applescript/ – bookmarked by 5 members originally [...]


Leave a reply