On Sat, Jul 16, 2005 at 10:11:34AM +0900, Lothar Scholz wrote: > Hello, > > i found that starting a ruby script on window may result in a > wrong ARGV. For example: > > ruby scan_paths.rb "C:\" "D:\" > > results in an ARGV array with just one element 'C:\" D:\"' > but it must result in two strings. Assuming quoting in Windows works in some sane way; "C:\" "D:\" is equivalent to "C:\" D:\"" ie. one word Regards, Doug