[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Saturday 07 August 2004 03:40, Bobby Ferris wrote:
> cmd.exe and maybe command.com intercept mkdir too
They both recognize mkdir as an internal command.
> to get the unix
> utils binaries (like echo, mkdir, etc) you have to put .exe aftyer, like
> mkdir.exe ;)
This is true from the commandline. It's not nescessarily true when calling
mkdir from within a makefile, cf the problems with echo if there is an
sh.exe in your path.
Evert