www.question-defense.com | Engage: Visit :: Login :: Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish
0

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:Perlsitebin;C:Perlbin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesUSB Display Adapter;C:Program FilesTortoiseSVNbin;C:bin;C:rubybin;C:Program FilesPostgreSQL8.3bin;C:Program FilesVimvim72;C:cygwinbin;C:Program FilesGNUGnuPGpub;C:cygwinnmap;c:mspgccbin
    
  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.
    
DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineLinkedInYahoo! Bookmarks
Related posts:
  1. Windows 7: Telnet Is Not Recognized As An Internal Or External Command I needed to test a Exim mail server from my...
  2. 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...
  3. Install Ruby JSON Gem on Windows When attempting to install the Ruby JSON gem on Windows...
  4. Console.exe System Error: The Program Can’t Start Because FreeImagePlus.dll Is Missing I received a new laptop this afternoon that is running...
  5. Windows Vista: How to Make a Program Run at Startup Its really easy to make applications run when Windows Vista...

Tags: , , , , , , , ,
18 Responses to “‘nmake’ is not recognized as an internal or external command, operable program or batch file”
  1. TeadeSypelype says:

    FANTASTIC!

    [Reply]

    alex Reply:

    Thanks. Glad it helped.

    [Reply]

  2. Thiyagarajan Veluchamy says:

    Thank. Its helped me …

    [Reply]

    alex Reply:

    Hello Thiyagarajan Veluchamy,

    No problem. Thanks for leaving feedback.

    Thanks.
    alex

    [Reply]

  3. rdudley says:

    alex,

    Is there a similar type of fix for Windows Vista? nmake15.exe will not execute on my machine.

    [Reply]

    alex Reply:

    Hello rdudley,

    I am not aware of one right off but if I get the chance in the next couple of days I will see if I can get one to work. If you found a solution could you reply with whatever it was?

    Thanks.
    alex

    [Reply]

  4. Another Alex says:

    I’m guessing in a similar way to rdudley, I am running 64-bit XP and it will not run on my machine as it seems as though that .exe is for 32-bit machines. I’d be interested in any alternatives. Thanks.

    [Reply]

    alex Reply:

    Hello Another Alex,

    I apologize but I have not been able to spend the time yet to look into a 64-Bit or Vista version of nmake. So at this time I do not know of an alternative that would work for you. If you find one please post a response though because it seems like a lot of people are in the same boat and ending up at this article regarding nmake.exe for Vista.

    Good luck! If I do run across an alternative that will work for you I will respond to these comments.

    Thanks.
    alex

    [Reply]

    Jim Reply:

    Did anyone find the 64-bit version? It would be really helpful.

    [Reply]

    alex Reply:

    Hello Jim,

    Sorry for the delay in response. I missed this comment notification in my email box. You can download and install the Windows SDK which will provide the 32-bit and 64-bit nmake versions.

    Download Windows SDK: download here

    So instead of downloading Nmake15.exe you would be required to install the entire Windows SDK which is a little over 1GB to download.

    Hope that helps.

    Thanks.
    alex

    [Reply]

  5. nivas says:

    Thanks Alex ..it helped me alot …Thank you

    [Reply]

    alex Reply:

    Hello nivas,

    No problem. Glad to hear it helped you out! I apppreciate you taking the time to leave feedback. If you get a chance check out the new section we have just launched called Engage. You can click on Visit in the top right corner of the site to view the new area. It allows everyone to ask and answer technical questions! Would love to hear your feedback on that portion of the site as well.

    Thanks again,
    alex

    [Reply]

  6. Stefano says:

    Thanks! This is a big help!

    [Reply]

    alex Reply:

    Hello Stefano,

    No problem. Glad the article helped you out. Thanks for taking the time to post feedback.

    Thanks.
    alex

    [Reply]

  7. Suneel says:

    Thanks, problem solved.

    [Reply]

    alex Reply:

    Hello Suneel,

    Good to hear. Thanks for taking the time to post feedback.

    Thanks.
    alex

    [Reply]

  8.  
Leave a Reply