X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 05 Jun 2008 17:50:01 -0400 From: "Pierre A. Humblet" Subject: Re: Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe To: "Blair Sutton" , Message-id: <006701c8c756$1b923260$d50410ac@wirelessworld.airvananet.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2900.3138 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit References: <2abc9c2d0806040808s2178885ak5dcf7cd528ea685a AT mail DOT gmail DOT com> <2abc9c2d0806040948l2f6dc1cbjd99bbdaea65cf181 AT mail DOT gmail DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 ----- Original Message ----- From: "Blair Sutton" <> To: Sent: Wednesday, June 04, 2008 12:48 PM Subject: Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe | Hi | | This is a very simple patch for Cron to allow one to use a shell like | powershell or cmd. I've done some testing and it appears to work well. | | I simply introduce a new environment variable called SHELLSWICTH that | defaults to "-c" if not used. Otherwise, one can set it to "/c" or | "-Command" for Windows shells. | ************ Hi Blair, I maintain cron for cygwin, thanks for your contribution. There are other simple ways to achieve your goals, without changing cron. For example SHELL could be /some/path/sh2powershell and sh2powershell be a sh script such as #! /bin/sh shift exec powershell -Command "$*" Wouldn't that work as well for you? Pierre -- 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/