From: Stephane Wirtel Date: 2007-08-22T21:39:57+09:00 Subject: Re: Run ruby application with params Luiz Macchi a �crit : > 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