home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 10
/
CDE10.mdf
/
atfdemo
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-28
|
346b
|
20 lines
@echo off
af.exe
if errorlevel = 255 goto exit
if errorlevel = 1 goto TNTerror
goto exit
:TNTerror
echo
echo
echo You do not have enough conventional memory to run Advanced Tactical Fighters!
echo Please refer to your Install Guide on making a boot disk that will free
echo a total of 420K of memory.
echo
goto exit
:exit