Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <006d01c0e363$23f80c60$520010ac@gerland2.cirec.com> From: "Pierre Loic Herve" To: References: <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20010523175752 DOT 03114e38 AT mail DOT netspace DOT net DOT au> Subject: Re: Running shell scripts from Win NT (Ant) Date: Wed, 23 May 2001 10:34:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 23 May 2001 08:31:04.0234 (UTC) FILETIME=[B49508A0:01C0E362] Hi, > To test that I can just run bash and a command on the command line I tried: > > C:\>bash echo 'hello' > echo: /usr/bin/echo: No such file or directory Your example runs by doing it this way : C:\>bash -c 'echo hello' hello C:\> BUT why don't you launch your shell progs from a bash shell ? (cygwin provides such a shell) : //c/SourcesCVS> echo hello hello //c/SourcesCVS> Bye. -- Pierre Loic Herve -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple