Subject: [ruby-talk:13892] Re: EBADF on Windows
From: "Bernard DelmñÆ" <nobody.home oblivion.net>
Date: Fri, 20 Apr 2001 06:10:04 +0900
References: 138351387813891
> I also found that %* works like $* in unix shells.
Not on Win9x, I'm afraid (I think it's an NT/2000 extension)
On the other hand, the batch file can portably be reduced
to a one-liner:
@ruby.exe mytest.rb %1 %2 %3 %4 %5