From: Alex Baranosky Date: 2010-03-26T15:49:51+09:00 Subject: Re: Help me plan my Ruby app :) So this is what I'm doing so far. I ran this command at the command line to schedule the task: schtasks /Create /SC HOURLY /TN Reminder /TR reminder.bat Then made the reminder.bat as this: @echo off rubyw "c:\......rb" When I run this batch file manually the console doesn't pop up. But when it runs via the scheduled task it IS having the console window popup and quickly disappear... Any idea how to get the console window to never show? -- Posted via http://www.ruby-forum.com/.