... heh, course I used *nix style command paths ...

so, lets try that again in a windows way

--SCRIPT--
#!/usr/bin/env ruby

run_dir = "C:\\mydir"
pages = [ "\\Script1.rb", "\\Script2.rb", "\\Script3.rb" ]

pages.each do |curr_page|
  `#{ run_dir }#{ curr_page } >#{ curr_page }.log`
end

#run complete
--SCRIPT--

j.

--
"Remember. Understand. Believe. Yield! -> http://ruby-lang.org"

Jeff Wood
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to