Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39C0B921.76774B24@port.de>
Date: Thu, 14 Sep 2000 13:40:17 +0200
From: Heinz-Juergen Oertel <oe@port.de>
Organization: port GmbH Germany
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>,
        cygwin@sourceware.cygnus.com
Subject: Re: running .bat files in a sh script
References: <200009140832.KAA77012@gilberto.physik.rwth-aachen.de>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id HAA14822

Christoph Kukulies wrote:
> 
> I'm having the following problem:
> 
> I'm getting command or path not found when I say in a sh script
> 
> /d/somedir/l.bat
> 
> while when sitting in the directory /d/somedir and execute
> a shell script containing the line
> 
> l.bat
> 
> it works.
> 
> B20.? - well, how do I find out whether I'm running 20.1 or 20.2?
> 
> --
> Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

$ uname
or
$ uname -r

should give the information
-- 
with best regards / mit freundlichen Grüßen

   Heinz-Jürgen Oertel

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

