H
Henry Savr
I have two problems with my Ruby for Windows (1.8.4):
1. When I double-click on a file with .rb extention a DOS-like window
appears and dissapears immediately. I am not able to see results.
2. The Windows command (which should work as it's UNIX parent)
echo 'puts "Hello"' | ruby
(the command is borrowed from "Programming Ruby" 2nd edition p.318)
does not show any results:
=============
C:\Documents and Settings\Admin>echo 'puts "Hello"' | ruby
C:\Documents and Settings\Admin>
==============
Sure, it works with Linux.
How to tune my Windows XT Pro to be more Ruby friendly?
Thank you
Henry
1. When I double-click on a file with .rb extention a DOS-like window
appears and dissapears immediately. I am not able to see results.
2. The Windows command (which should work as it's UNIX parent)
echo 'puts "Hello"' | ruby
(the command is borrowed from "Programming Ruby" 2nd edition p.318)
does not show any results:
=============
C:\Documents and Settings\Admin>echo 'puts "Hello"' | ruby
C:\Documents and Settings\Admin>
==============
Sure, it works with Linux.
How to tune my Windows XT Pro to be more Ruby friendly?
Thank you
Henry