From: Kyle Hunter Date: 2008-04-03T22:32:44+09:00 Subject: mini_magick stdout Hello, I'm using mini_magick to interface imagemagick. My script runs on win32 through rubyw.exe. Unfortunately, everytime mini_magick performs an operation a command prompt pops up. I've already tried specifying $stdout = $stderr = File.new("stdout.log", "w") But it still pops up. How can I suppress these command prompts? -- Thanks, Kyle 'Phenax' Hunter http://keletech.org/blog/ -- Posted via http://www.ruby-forum.com/.