phil wrote:
> 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.
>
Do a
system ("start application.exe args to launch app")
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---