Xavier Noria wrote: > The regular library loading mechanism assumes a local filesystem. > Just copy that missing file locally. > And it (ruby library loading mechanism) works as designed. What i did was change the path to the file being required on remote machine. So on remote machine i changed the driver script like this: require "c:/lib/file.rb" changed it to -> require "\\\\machine-address\lib\file.rb" Thanks for your help. -- Posted via http://www.ruby-forum.com/.