Author Topic: command line  (Read 7131 times)

nobody

  • Guest
command line
« on: March 27, 2005, 12:26:21 AM »
me do put nasm in command line comes error unrecognized  batch function

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: command line
« Reply #1 on: March 27, 2005, 01:05:17 AM »
That error-message isn't from Nasm. I don't know what it means. What did you do, exactly?

Best,
Frank

nobody

  • Guest
Re: command line
« Reply #2 on: March 27, 2005, 03:17:12 AM »
open windows command line like instruction from nasm and put nasm -f bin boot.asm -o booting.bin

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: command line
« Reply #3 on: March 27, 2005, 03:34:03 AM »
And got a message about "unrecognized batch function?... Hmmm... What version of Nasm have you got? The Windows builds are actually named "nasmw.exe", not "nasm.exe"... Try "nasmw -f bin boot.as, -o booting.bin" and see if that helps...

Best,
Frank