home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1997 May
/
PCA597.ISO
/
menue
/
demoarch
/
09960010.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-25
|
353b
|
18 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.
pause
goto exit
:exit