From: Lyle Johnson Date: 2007-06-22T20:05:01+09:00 Subject: Re: from the ruby book install on win32 On 6/22/07, Dave Lilley wrote: > this i saved as Song.rb > In the output window i type ruby aSong.rb > and get > ruby aSong.rb > >ruby aSong.rb > ruby: No such file or directory -- aSong.rb (LoadError) > >Exit code: 1 You saved the file as "Song.rb" and you're trying to run a file named "aSong.rb". Do you *seriously* not understand what you're doing wrong?