Hi,
I have an application written in Ruby (it's actually a windows
service). It needs to launch other applications. The problem I am
having is that when I call system("args to launch app") it never
returns, because I guess the app never returns until it is closed.I want to be able to launch the app and then continue on. What is the proper way to do this? A thread? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

