This post originated from an RSS feed registered with Ruby Buzz
by James Britt.
Original Post: Simple Mousehole Hack
Feed Title: James Britt: Ruby Development
Feed URL: http://feeds.feedburner.com/JamesBritt-Home
Feed Description: James Britt: Playing with better toys
I've been running Mousehole, though I've not done anything too special quite yet. I've just started looking at the source, but I decided to make a few simple changes that, for me, make running Mousehole a bit nicer.
Out of the box (at least on Windows, running the readymade binary download), launching MH gives you an ever-present cmd shell window. This is the result of creating mousehole.exe using the default RubyScript2Exe settings.
However, you can tell RubyScript2Exe to use rubyw.exe rather than ruby.exe, which eliminates the visible shell window.