On 6/21/06, tony summerfelt <snowzone5 / hotmail.com> wrote: > On Wed, 21 Jun 2006 01:04:22 +0900, you wrote: > > >>rubycompiler --version > >ruby 0.5.0 (2006-06-30) [Ruby.Net] > > i don't see a problem with that...maybe ruby 0.5.0 could be changed to > rubycompiler 0.5.0 > > >> rubycompiler -e "puts 'Hello, world!'" > ># No output > > [r:\ruby.net\bin]rubycompiler -e 'puts "hello, world"' > hello, world > It seems to be a sort of quoting args problem on windows CLI. Single quoting works as above. (e.g. -e 'puts "hello, world"'). Double quoting doesn't work. (e.g. -e "puts 'hello, world'') I have no idea, except Windows' CLI really sucks. -- http://nohmad.sub-port.net