From: zak Date: 2011-02-17T17:55:31+09:00 Subject: system firefox returns false. Why? Hi! Nothing happens typing the following: C:\>irb irb(main):001:0> system "firefox.exe" => false irb(main):002:0> exit while this command opens firefox: C:\>firefox.exe C:\> how comes? any ideas? Thanks