X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: Subject: RE: Cron problem with cron popup windows Date: Wed, 23 Jan 2008 13:09:21 -0000 Message-ID: <00de01c85dc1$2b71f8e0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 23 January 2008 13:00, cygwin.20.maillinglist wrote: > Hi folk, > > I have the problem that I get cron popup windows. I change the cron > service, so that he can interact with the desktop. This was necessary to > start excel from cron. First everything was ok. But after I rebooted the > PC now cron startet to open a window always when a cron job started. How > can I get rid of this behaviour. Redirect stdout and stderr to /dev/null in your commandline in the crontab (i.e. append ">/dev/null 2>/dev/null")? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/