Jayson Williams wrote: > The associations are correct. I reset them just to be sure though. I > can execute the script without ruby, and it runs, but without ruby > first, the args are not getting read. Are command-line arguments included in the file association? There should be something like "...\ruby.exe" "$*" or "...\ruby.exe" "%1" "%2" "%3" "%4" "%5" (up to %9, this form is restricted to 9 arguments). Daniel