Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <1981E79C7C98A547B36D794FBEC533700145AB32@MOSCNTX1> From: "Mironov, Leonid {PBG}" To: "'cygwin AT cygwin DOT com'" Subject: piping problems with cron+4nt Date: Wed, 18 Feb 2004 11:58:33 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" I've got a bunch of legacy 4NT batches I want to run from cygwin cron. When run from 4NT started from bash these batches work fine but when started from cron all lines with redirection and piping fail, e.g. when I run dir>q file 'q' is not created, dir|sort starts sort and it sits and waits for keyboard input. Also output from external programs is lost, e.g. if batch looks like echo zzz zip zzz * echo qqq and is run as 0 2 * * * 4NT.EXE /c ibackup.btm>>h:\\backup\\bk.log file h:\backup\bk.log will look like zzz qqq zip output is missing, although zip archive is created. Any ideas? Win XP SP1, just refreshed cygwin and 4NT to latest bulds whith no effect at all. :), Leo -- 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/