From: Vijay Patel Date: 2006-08-09T11:50:40+09:00 Subject: How many ways can I execute ruby program? Hi all, I have to admit this is great language and good people to support it. I am newbie, and learning. I have this question for now. How many ways can I execute ruby program? 1) I know one is IRB (Interactive Ruby). This way is good to test part of the whole program (or full program if it's small). 2) Run the program by typing at command line (in windows) "ruby abc.rb" In this case it runs program called abc.rb and gives output to same window. Now my question is : Can I have my output in some kind of output file instead of command window? Can I have log file, which can show some other display kind of messages only? 3) Is there any other way out there to execute ruby programs? Thanks for taking time. -- Posted via http://www.ruby-forum.com/.