'nmake' is not recognized as an internal or external command,operable program or batch file.
when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
| [reply] |
What's the full path to the location of nmake.exe ?
What does the command 'path' produce ? I'm thinking that perhaps all you need to do is add the location of 'nmake.exe' to your path. Assuming that 'nmake.exe' is located in C:\Perl\bin that would mean you have to run:
path=%path%;C:\Perl\bin
Cheers, Rob | [reply] [d/l] |
out.make file contains ::'nmake' is not recognized as an internal or external command,operable program or batch file.
when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
| [reply] |