From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Rosen To: cygwin@sourceware.cygnus.com Subject: Re: Cygwin Date: Wed, 30 Jun 1999 22:10:00 -0000 Message-ID: <37712990.B7956B50@geekspace.com> References: <99Jun23.142827edt.11651-1@gateway.imagine-sw.com> X-SW-Source: 1999-06n/msg00543.html Message-ID: <19990630221000.LPQu7AwKIfbUZokTtQ4hhvKg5oSFdt-ZWxg87XR7WCU@z> 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