[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: How to do windows applications ?

Iouri Kloubakov

9/20/2003 6:01:00 PM

> -----Original Message-----
> From: gabriele renzi [mailto:surrender_it@rc1.vip.ukl.yahoo.com]
> Sent: September 20, 2003 13:24
>
> il Sat, 20 Sep 2003 13:30:24 +0200, Simon Strandgaard
> <qj5nd7l02@sneakemail.com> ha scritto::
>
> >Also the shebang concept does'nt work on windows, what do I have to do if
> >I want to make a ruby script executable ?
>
> I think you may set some stuff in WinRegistry to get this same effect,
> but I can't remember :(

The PATHEXT system environment variable has a list of "executable"
extensions. You need also to set-up "Open with" for .rb and .rbw files
in "Folder Options\File Types" or unzip and merge the attachment into the
registry.

Yura.