2009/1/20 Foreero Ivan <ivmafo / gmail.com>: > Sorry for my poor english.... > Iwould like to know if there is any way to create my own command line > arguments. like ARGV > > something like this: > > $ ruby myscript.rb --myargument1=1 --myargument2=2 ... > > and use the "myargumentX" innto my script ruby You probably rather want to know how to *parse* command line arguments, don't you? In that case please have a look at OptionParser. Kind regards robert -- remember.guy do |as, often| as.you_can - without end