home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / arcade / dreams2.zip / DREAMS2.BAT < prev    next >
DOS Batch File  |  1994-06-27  |  260b  |  11 lines

  1. @ECHO OFF
  2. CHKMEM
  3. IF ERRORLEVEL=1 GOTO NOMEM
  4. PD2
  5. GOTO END
  6. :NOMEM
  7. ECHO There is not enough memory available to run Pinball Dreams II.
  8. ECHO You need a minimum of 560k free.
  9. ECHO Please see the 'Troubleshooting' section of your manual for guidance.
  10. :END
  11.