globalrev <skanemupp / yahoo.se> writes:
> so i downloaded and installed ruby and there is no APPlicatin/Exe int
> he main directory but in bin there is the interpreter but ti doesnt
> work, it aluches a DOS-window but there is no evaluator.

You probably don't want to invoke the interpreter directly, but
instead send ruby source files through the interpreter to be executed.

First write some ruby code in your editor of choice, and then run that
code through the interpreter.

You can access an interactive session with the interpreter by opening
a DOS window and running the following command:

irb

-- 
Peter Jones [pjones at domain below]
pmade inc. - http://pmade.com