BAT Files
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:
Will output all supported nasm formats. To compile a program, replace -hf with your compilation command line.
Cheers,
Adam[/code]
Code: Select all
@echo off
nasmw -hf
Cheers,
Adam[/code]
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
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 How To Ask Questions.