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: 4553971"] It might be worth your time to check out Automator actions or AppleScript more before creating daemons. If you use the AppleScript method there is definitely a way to send a file to an app and then take the result and send it to a Ruby file. You don't necessarily have to leave the Ruby process running, but you can. Depends what you want to do. The trouble might be, OS X applications must have AppleScript enabled in them. Not everything in the app will be available to you, but passing a file should be painless and easy. Depends on the app though. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
How do I properly spawn an external process on OS X from Ruby?
Top