@echo Assembling . . . 
@c:\asm\as80 -i -x3 -l -n ramdrive.asm 
@if errorlevel=3 goto error 
@goto good 
:error 
@echo ----------------------------------------------------------------------- 
@echo ³                 ERROR                        ERROR                  ³ 
@echo ----------------------------------------------------------------------- 
@goto quit 
:good 
@del ramdrive.exe 
@ren ramdrive.bin ramdrive.exe 
:quit 
