home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 2 / CD_CONCEPT_2.ISO / dominus / dom.bat < prev    next >
DOS Batch File  |  1994-10-07  |  141b  |  11 lines

  1. @echo off
  2. set dos4g=
  3. set dos4gvm=1
  4. memtest 525000 3000000
  5. if %errorlevel=1 goto :exit
  6. set dos4g=quiet
  7. loader start.int
  8. main
  9. :exit
  10.  
  11.