Bug #4269: command with && should execute as shell http://redmine.ruby-lang.org/issues/show/4269 Author: Roger Pack Status: Open, Priority: Normal ruby -v: ruby 1.9.2p0 (2010-08-18) [i386-mingw32] Hello. Currently with linux command("ls && ls") is passed out to shell (correctly) so that it can run with the correctly logic. On windows it should also do the same, but doesn't currently, passing it straight through as parameters. I don't think this is exactly expected. Thanks. -r ---------------------------------------- http://redmine.ruby-lang.org