Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
How do I properly spawn an external process on OS X from Ruby?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John Joyce, post: 4553938"] Here are some tips on OS X. in Apple script it is very English like, "Tell application appname, ..." also there is a command line tool in OS X called (of all things) open open takes the application name or file name as required argument. If you only pass it the file name, it will open the default app for the file type. You can tell it to open a file with a particular app too. Too bad this puppy isn't on Linux. Syntax is very easy too. check out the man page on open. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
How do I properly spawn an external process on OS X from Ruby?
Top