From: "rpardee@..." Date: 2008-02-23T04:15:04+09:00 Subject: Re: Sorry very newbie post! You want to open a command prompt & run your program by passing it to the ruby interpreter, like so (assuming windows): c:\my_folder\ruby hello.rb Also--I don't think you want a backtick character here: puts 'Hi, what\`s your first name? ' You want a single-quote/apostrophe: puts 'Hi, what\'s your first name? ' HTH, -Roy On Feb 22, 10:53 am, Steve wrote: > Tried that Karl and just get a quick flash of a command line > window???. Didn`t think I`d fall at the first fence ;-(, been reading > how good/easy Ruby is for the newbie. Are there better(?) editors > available for Ruby > Thanks > Steve