www.question-defense.com | Engage: Visit :: Login :: Register

This means nmake is not installed on your Windows PC. To install you need to downloading, extract, and place two files into your $PATH. Follow the couple steps below to install nmake on your PC. In my case I installed nmake on Windows XP.

  1. Download nmake: Visit the following link to download nmake.
  2. Extract nmake:Run the Nmake15.exe file which will extract two files to the directory where it is located. These files will be nmake.exe and NMAKE.ERR.
  3. Place nmake In PATH: Now move those two files into your path somewhere such as C:\WINDOWS\system32 or print out your path as shown below to place them in a different location.
    Print PATH:
    C:>PATH
    PATH=C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80Tools\Binn\;C:\Program Files\USB Display Adapter\;C:\Program Files\TortoiseSVN\bin;C:\bin;C:\ruby\bin;C:\Program Files\PostgreSQL\8.3\bin;C:\Program Files\Vim\vim72;C:\cygwin\bin;C:\Program Files\GNU\GnuPG\pub;C:\cygwin\nmap;c:\mspgcc\bin
    
  4. Test nmake: Now type nmake from a DOS prompt and you should see output similar to the below.
    C:>nmakeMicrosoft (R) Program Maintenance Utility Version 1.50
    Copyright (c) Microsoft Corp 1988-94. All rights reserved.NMAKE : fatal error U1064: MAKEFILE not found and no target specified
    Stop.
    

**NOTE** The Paths in the above article were previously incorrect because of a formatting issue. This has been resolved.

Windows Embedded CE 6.0 Fundamentals (PRO-Developer) (Paperback)

By (author) Stanislav Pavlov, Pavel Belevsky


List Price: $39.99 USD
New From: $18.99 In Stock
Used from: $7.86 In Stock


List Price: $54.99 USD
New From: $29.00 In Stock
Used from: $20.81 In Stock

DeliciousStumbleUponDiggTwitterFacebookRedditLinkedInEmail

Related posts:

  1. Error copying file from packed archive C:/postgresql-8.3.5-2-windows.exe to C:/Program Files/PostgreSQL/8.3/bin/comerr32.dll When attempting to upgrade PostgreSQL on Windows XP using the...
  2. Write Output Of A Command To The End Of A File Output of a shell command can be written to a...
  3. Windows Vista: How to Make a Program Run at Startup Its really easy to make applications run when Windows Vista...
  4. Vista command line ipconfig – The requested operation requires elevation. With some of the security changes in Vista you can...
  5. How to Batch Resize Image from Linux Shell with ImageMagick ImageMagick is a really cool product. Not only is it...
Tags: , , , , , , , , , , ,
42 Responses to “‘nmake’ is not recognized as an internal or external command, operable program or batch file”
  1. Misganaw says:

    Thanks for your post this information, it helps me

    [Reply]

    alex Reply:

    Hello Misganaw,

    No problem at all. Thank you for taking the time to leave feedback.

    Thanks.
    alex

    [Reply]

  2. Neha says:

    Thanks this helped..

    [Reply]

    alex Reply:

    Hello Neha,

    No problem. Thanks for posting feedback.

    Thanks.
    alex

    [Reply]

  3. shir says:

    Thank you so much!!! I was really lost till I ran into this post. I need it for Windows 7 but it was easy enough to make the changes required to make it work, once I read your explanation. :)

    [Reply]

    alex Reply:

    Hello shir,

    No problem at all. Thanks for taking the time to leave feedback.

    Thanks.
    alex

    [Reply]

    Jake Reply:

    How did you get it to work with windows 7? I have tried many of those paths and it still gives the error.

    [Reply]

    alex Reply:

    Hello Jake,

    The Paths in the article were incorrect as they were all missing back slashes… I have just resolved the errors so make sure you were using the fill path and hopeful y that will resolve the issues you are having.

    Thanks.
    alex

    [Reply]

  4. venkat says:

    wow..
    pro at work here..
    !!! thnx sooo much!!!

    [Reply]

    alex Reply:

    Hello venkat,

    No problem at all. Thanks for taking the time to leave feedback.

    Thanks.
    alex

    [Reply]

  5. Preethi says:

    Thanks
    helped me a lot :)

    [Reply]

    alex Reply:

    Hello Preethi,

    No problem. Thanks for posting feedback.

    Thanks.
    alex

    [Reply]

  6. Malar says:

    Can you help me with nmake for 64 bit?

    [Reply]

    alex Reply:

    Hello Malar,

    I believe I installed the 32bit version on a 64bit machine so the directions above should work. Unfortunately if they do not I don’t have the time for any testing on 64bit at the moment.

    Thanks.
    alex

    [Reply]

  7. Pri says:

    I am not able to run nmake15.exe from the said website onto a 64bit system. Can you please help.

    [Reply]

    alex Reply:

    Hello Pri,

    You might try running nmake15.exe in compatibility mode on your system which I am assuming is a Windows 7 machine. It will not work running it as a 64 bit application so if you run in 32 bit compatibility mode it should work properly.

    Thanks.
    alex

    [Reply]

  8.  
Leave a Reply

*Type the letter/number combination in the abvoe field before clicking submit.

*