I am using win os, so the shabang thing isn't an option for me. I put the script in my ruby bin path, and I can access the script from anywhere now, but I still have the same problem with the script not running properly unless i type ruby first. It is as if ruby does not attempt to read in arguments unless you explicitly pass the script through ruby. If I call the script with the arguments without putting 'ruby' first, the args don't seem to get read. On Mon, Nov 24, 2008 at 2:05 PM, Diogo Lisboa <diogoslisboa / gmail.com> wrote: > chmod a+x my_script (restrict permissions if you want) > ./my_script args > > or put my_script in your PATH, and just type `my_script args' > > On Mon, Nov 24, 2008 at 4:47 PM, Jayson Williams > <williams.jayson / gmail.com> wrote: >> Hi All, >> >> I would like to do this -> my_script arg1, arg2 >> This doesn't seem to work when the script has arguments. >> >> But if I type -> ruby my_script arg1,arg2 >> It works fine. >> >> Is there a way I can run the my_script without typing ruby each time? >> Thanks >> >> > > > > -- > Diogo > >