Author Topic: Running NASM in a Command Promt Window under Windows XP  (Read 6543 times)

Offline Eric

  • New Member
  • Posts: 1
Running NASM in a Command Promt Window under Windows XP
« on: January 29, 2012, 04:41:39 AM »
I tried running NASM in a Command Promt Window under Windows XP.
I am in the NASM-folder, but I keep getting this Error-message:

The system cannot execute the specified program.
 >:(   :-\  :'(

What can I do to make the program run?

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Running NASM in a Command Promt Window under Windows XP
« Reply #1 on: January 29, 2012, 02:20:08 PM »
Sounds like a Windows problem to me. Try installing Linux... no, no, just kidding (sorta).

See if this helps:
http://support.microsoft.com/kb/883260

In short, right click properties->general->unblock. Other information suggests that the error message means that you haven't got the proper dlls installed. Maybe get the latest gigabyte of "updates"? Nasm shouldn't require anything "special"... I dunno, from afar, Windows looks like it's getting worse and worse... but I never liked it anyway...

Building from source on your own machine also "should" work, but you shouldn't have to do that! Try the "unblock" solution first, and see if that gives any joy. Maybe, if you downloaded the "installer", try downloading the executable - or visa-versa?

Get back to us if you can't get it to work - this isn't "supposed" to happen!

Best,
Frank