Again about NASM.BAT

2000-05-28 Thread Victor Romero

well OK i have the NASM.EXE but in the instruction for win32 is written:

a) Copy/move NASMW.EXE to NASM.EXE (best for Windows 95/98)

 b) Create a batch file called NASM.BAT containing the following:

snip--snip---snip---
@REM Call NASMW.EXE with all command line arguments (percent star)
@REM This may only work under Windows NT
@nasmw %*
snip--snip---snip---

This will allow anyone referencing NASM (without a file extension) to
automatically invoke NASM.BAT, which will call NASMW.EXE.

and I have a question? is just this text or I need add anything?
Other question: what must I do for configure my freeamp enviroment in Visual
C++ 6.0? about settings, using MFC or not? please help me, I new whit this.

Victor Romero


- Original Message -
From: Michael Rich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 28, 2000 1:32 AM
Subject: RE: I need a NASM.BAT


  I wonder if anyone could sending me a nasm.bat file, please.
  Thanks


 Nasm isn't a batch file, its an application. Get it from:

 http://www.web-sites.co.uk/nasm/


 mike
 ___
 [EMAIL PROTECTED]
 http://www.freeamp.org/mailman/listinfo/freeamp-dev

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



Re: Again about NASM.BAT

2000-05-28 Thread Mark B. Elrod

I would just copy NASMW.exe to NASM.exe... it could be argues that I should make
the change in the project to reference NASMW.exe instead. What do you guys
think? It would make the setup for new users easier, right?

elrod

Victor Romero wrote:

 well OK i have the NASM.EXE but in the instruction for win32 is written:

 a) Copy/move NASMW.EXE to NASM.EXE (best for Windows 95/98)

  b) Create a batch file called NASM.BAT containing the following:

 snip--snip---snip---
 @REM Call NASMW.EXE with all command line arguments (percent star)
 @REM This may only work under Windows NT
 @nasmw %*
 snip--snip---snip---

 This will allow anyone referencing NASM (without a file extension) to
 automatically invoke NASM.BAT, which will call NASMW.EXE.

 and I have a question? is just this text or I need add anything?
 Other question: what must I do for configure my freeamp enviroment in Visual
 C++ 6.0? about settings, using MFC or not? please help me, I new whit this.

 Victor Romero

 - Original Message -
 From: Michael Rich [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 28, 2000 1:32 AM
 Subject: RE: I need a NASM.BAT

   I wonder if anyone could sending me a nasm.bat file, please.
   Thanks
 
 
  Nasm isn't a batch file, its an application. Get it from:
 
  http://www.web-sites.co.uk/nasm/
 
 
  mike
  ___
  [EMAIL PROTECTED]
  http://www.freeamp.org/mailman/listinfo/freeamp-dev
 
 ___
 [EMAIL PROTECTED]
 http://www.freeamp.org/mailman/listinfo/freeamp-dev

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: Again about NASM.BAT

2000-05-28 Thread Michael Rich

 I would just copy NASMW.exe to NASM.exe... it could be argues
 that I should make
 the change in the project to reference NASMW.exe instead.
 What do you guys
 think? It would make the setup for new users easier, right?

FWIW, i use nasmw myself, i just edited the project settings and added a w
to nasm and hit f7 to continue.

So i would agree to the change myself.

mike

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev