Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <37712990.B7956B50@geekspace.com>
Date: Wed, 23 Jun 1999 14:38:08 -0400
From: Joshua Rosen <rozzin@geekspace.com>
Organization: GEEKS
X-Mailer: Mozilla 4.5 [en] (WinNT; I)
X-Accept-Language: en,ja,no
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
Subject: Re: Cygwin
References: <99Jun23.142827edt.11651-1@gateway.imagine-sw.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Edin Pjetrovic wrote:
> 
> Hi,
> 
> When I go into a Unix shell from a Dos prompt the only way I can execute the
> program is by typing:
> 
> $ sh dbutil
> 
> instead of just:
> 
> $ dbutil.

	This looks like the classic problem with the current directory not being in
the PATH environment variable, where DOS users typically expect it to be....
	Try `export PATH=$PATH:.' when you start the shell (this puts the current
directory into the search-path), or use `./dbutil' instead of 'dbutil' (the
same goes for whatever is called from that script--if it's not in your PATH,
you need to specify where it is).

		-Rozzin.

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

