Installing
Download ruby, enter cmd.exe or command.com on the Run... box from the start menu, run the following script:
ruby -v
You should get something like this:
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]
Hello world
#!/usr/bin/ruby # This is a comment. print "Hello world!\nPress ENTER to continue . . ." pause = gets