Cygwin

Joshua Rosen rozzin@geekspace.com
Wed Jun 30 22:10:00 GMT 1999


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



More information about the Cygwin mailing list