home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / atfdemo / demo.bat < prev    next >
DOS Batch File  |  1996-01-28  |  346b  |  20 lines

  1. @echo off
  2. af.exe
  3. if errorlevel = 255 goto exit
  4. if errorlevel = 1 goto TNTerror
  5. goto exit
  6.  
  7. :TNTerror
  8. echo 
  9.  
  10. echo 
  11.  
  12. echo You do not have enough conventional memory to run Advanced Tactical Fighters!
  13. echo Please refer to your Install Guide on making a boot disk that will free
  14. echo a total of 420K of memory.
  15. echo 
  16.  
  17. goto exit
  18.  
  19. :exit
  20.