OSDev.org
https://forum.osdev.org/

BAT Files
https://forum.osdev.org/viewtopic.php?f=13&t=15332
Page 1 of 1

Author:  crazygray [ Mon Nov 05, 2007 10:31 am ]
Post subject:  BAT Files

How do you use batch files to run nasm

Author:  AJ [ Mon Nov 05, 2007 10:45 am ]
Post subject: 

That's a little unspecific, but the general rule is fill the batch file with a new DOS command on each line. So for example:

Code:
@echo off
nasmw -hf


Will output all supported nasm formats. To compile a program, replace -hf with your compilation command line.

Cheers,
Adam[/code]

Author:  SpooK [ Mon Nov 05, 2007 12:47 pm ]
Post subject: 

The Win32 demos found in the NASMX package (Windows version) consist of batch files that demonstrate how to automate the build process for NASM under Windows.

Author:  Combuster [ Mon Nov 05, 2007 5:20 pm ]
Post subject: 

given your previous thread question, and posting almost the same question thirty minutes earlier, I'd really suggest you consider that you tried using google, or at least read on [wiki]How To Ask Questions[/wiki].

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/