But Ruby's system() doesn't have an option that return control to the
calling script. See the discussion here
http://perlmonks.org/?node_id=547206, especially the last comment from
the user "BrowserUK".
I don't understand the problem. Doesn't this do what you want?
Thread.new {system 'ruby c:/myscript.rb'}
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
