"Dat Nguyen" <thucdat / hotmail.com> writes: > >You might want to add '-e0' to the command line. That makes the > >termination slightly tidier. > > On WIN/NT DOS, I tried this: > C:\Program\Ruby>ruby -e0 sample\eval.rb Try ruby -r sample\eval.rb -e0 It's a separate option. Dave