From: Robert Dober Date: 2009-08-11T21:07:36+09:00 Subject: Re: Hiding Ruby tasks in Windows display On Tue, Aug 11, 2009 at 1:59 PM, Peter Bailey wrote: > Hi, > I've got a PC acting as a server that only runs Ruby scripts, using the > Windows task scheduler. If I sit down at that PC I'm constantly > bombarded by command shells opening and closing as these scripts fire > off and on. In DOS and Windows there are ways to hide windows from > displaying. Is there any way to hide window display in Ruby? > Thanks, > Peter > -- > Posted via http://www.ruby-forum.com/. > I hope memory serves correctly but is there not a rubyw.exe that avoids that behavior? HTH Robert > -- module Kernel alias_method :ë, :lambda end