How can I used "COMMAND.COM" as my command interpreter (SHELL=COMMAND.CON) on Windows XP to run "makefile.dj2" which is part of what I have to do to install the graphics library GRX 2.4.6 on Borland C/C++ and DJGPP v2.03 compiler.
___________________________________________________________ Yahoo! For Good helps you make a difference
franck Ismael a écrit:
How can I used "COMMAND.COM" as my command interpreter (SHELL=COMMAND.CON) on Windows XP to run "makefile.dj2" which is part of what I have to do to install the graphics library GRX 2.4.6 on Borland C/C++ and DJGPP v2.03 compiler.
At least for djgpp, you can use as well cmd.exe, the windows command interpreter, instead of command.com, the DOS command interpreter, on Windows XP. Simply launch a DOS box under start > programs > accessories > or Start > Execute > cmd.exe Notice that the last version of GRX is 2.4.8 and that under Windows XP it is recommended to use djgpp 2.04 beta instead of 2.03p2 (but the older works in this case: I just checked it).
Maurice