2007/8/22, Stephane Wirtel <stephane.wirtel / descasoft.com>: > Luiz Macchi a ñÄrit : > > Hi, i need to run an aplication and send a param with it > > like > > $ ruby application.rb -param_here > > > > Is it possible ? > > how to receive this param_here in the ruby application ? > > > > thanks any help > Hi, > > > You can use CmdParse or OptionParser gems OptionParser is not a gem AFAIK - it's part of the std lib. robert