i just finished writing a 200 line ruby monthend processing (non OO procedural, without class/methods)script that i would like to run inline (not as thread) invoked like this from the main script if option=="yes" then require/load/???? "\\\networklocation\\option1.rb" else if option2=="yes" then require/load/???? "\\\networklocation\\option2.rb" ...etc... how do i do this in ruby?/ -- Posted via http://www.ruby-forum.com/.