Glen Holcomb wrote: > It is possible to "redirect" but you have to re-open the streams and > point > them to a file. > $stdout = File.open("C:\\out_file", "w") Thanks for the answear ! Where do I have to put the $stdout = File.open("C:\\out_file", "w") line ? -- Posted via http://www.ruby-forum.com/.