I'm working on a GUI for Windows XP. Everything works great, except when I run an external command through backticks, %x()
, IO.popen
, etc, I get a DOS window that pops up for a split second. I know this doesn't happen when I've developed on OS X and Linux. Any ideas on how to get rid of it? (Or at least hide it?)
I'm using rubyw
1.8.6 (the "GUI version" of Ruby for Windows) and GTK2 for the interface.