home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 5 / cd.iso / games / dominus.bat < prev    next >
DOS Batch File  |  1995-06-07  |  288b  |  19 lines

  1. @cls
  2. echo Helaas dient u alle files op uw harde schijf te kopieren maar .........
  3. echo Het is de moeite waard.
  4. pause
  5. cls
  6. cd dominus
  7. @echo off
  8. set dos4g=
  9. set dos4gvm=1
  10. memtest 525000 3000000
  11. if %errorlevel=1 goto :exit
  12. set dos4g=quiet
  13. loader start.int
  14. main
  15. :exit
  16. cd ..
  17.  
  18.  
  19.