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