K
Kyle Hunter
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?
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?