Mail Archives: djgpp-workers/1999/01/20/02:19:50
On Tue, 19 Jan 1999, Mark E. wrote:
> 'ding.bat' won't run, but '/dir1/dir2/ding.bat' will.
Are you sure the directory where ding.bat resides is mentioned in the
PATH? If so, I find it hard to believe that the above could happen.
A common mistake is to forget that Bash (and any other Unix shell)
don't consider the current directory to be implicitly prepended to
PATH, and fail to say `./ding.bat' instead of `ding.bat'. Is this the
case, maybe?
- Raw text -