I mean you can indeed write a Windows app in C# or VB that hosts IronRuby and that doesn't need the console window (you can redirect standard output to a stream if you would like to display it in some window). The thing that's missing from IronRuby is irw.exe file that would do that for you (we have a similar one for Python).
Tomas -----Original Message----- From: Tomas Matousek Sent: Wednesday, November 03, 2010 1:06 PM To: ironruby-core@rubyforge.org Subject: RE: [Ironruby-core] Running IronRuby script from C# Not today, but it would be easy to implement. I can do it over the weekend if you need it. Tomas -----Original Message----- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Timothy Barnes Sent: Wednesday, November 03, 2010 10:59 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Running IronRuby script from C# Tomas, I appreciate the suggestion. The reason I was trying to do this was to create and .exe file that I can distribute to other co-workers without them having to understand what ruby is. The only other answer I can't find through internet searches is whether on not I can suppress the console window while running a window application through IronRuby. (similar to the using a .rbw file) It appears that this is not possible. Is that correct? Timothy -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core