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 From: "Marcos Rebelo" To: Subject: Cron doesn't work Date: Mon, 11 Oct 2004 13:25:23 +0100 Message-ID: <000801c4af8d$61d86e40$ea0aa8c0@edisoft.pt> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <20041011095535.GC19634@cygbert.vinschen.de> X-Scan-Signature: fc724067afcd1bfaf19e6e2725b0e572 X-IsSubscribed: yes I have the cron installed, my crontab is: */2 * * * * perl -e 'open(FILE, ">/cygdrive/c/deleteMe.txt") or die $!; print FILE (time."\n"); close(FILE)' but nothing is going on. Marcos -- 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/