From: Sanjeev Oza on
I updated Ruby properties file in "C:\ruby\scite" as per your above
instruction but the error message not changed yet.
--
Posted via http://www.ruby-forum.com/.

From: Marvin Gülker on
Sanjeev Oza wrote:
> I updated Ruby properties file in "C:\ruby\scite" as per your above
> instruction but the error message not changed yet.

You've to restart SciTE afterwards.
What about pathnames without spaces? Try placing a script directly as
C:\myscript.rb and then run it from inside SciTE. Does this work?

> SOunds like the new install didn't add your ruby bin dir to the path
Yeah, that's also possible. Type "ruby -v" in cmd and post the output.

Marvin
--
Posted via http://www.ruby-forum.com/.

From: Roger Pack on
Sanjeev Oza wrote:
> Marvin,
>
> I have restarted SciTE afterwards but it doesn't work.
> I have tried to run the ruby file from root directory by using SciTE but
> it gives me same output and if i am typing "ruby -v" in cmd then it
> gives me error says 'ruby'is not recognised as an internal or external
> command...

ruby.exe is most likely not in your path then. Reinstall ruby and
reboot :)
-r
--
Posted via http://www.ruby-forum.com/.

From: Sanjeev Oza on
Thanks Roger,

For your kind help as the issue is resolved after successfull
re-installment of Ruby.

--
Posted via http://www.ruby-forum.com/.