home *** CD-ROM | disk | FTP | other *** search
/ Computerspiele Selbermachen / computerspieleselbermachen.iso / oscar / oscar.bat < prev    next >
DOS Batch File  |  1992-08-15  |  727b  |  23 lines

  1. echo off
  2. cls
  3. echo *************** OSCAR PREVIEW *****************
  4. echo On this disk there are two versions of the game,
  5. echo A 256 colour VGA/MCGA version for 386's and upover &
  6. echo A 16 Colour EGA/VGA version which will run on any PC.
  7. echo For The 256 colour version you must have 1024kilobytes of EMS available.
  8. echo if you do not know how to do this then change your CONFIG.SYS as FOLLOWS
  9. echo eg.
  10. echo DEVICE=C:\DOS\EMM386.EXE 1024 ram
  11. echo where DOS is your dos subdirectory
  12. echo and where EMM386.EXE is your L.I.M.   EMS DRIVER
  13. echo *
  14. echo Here is a memory test to see if you have enough.
  15. pause
  16. mem
  17. echo *
  18. echo PRESS CTRL+BREAK to exit ,so you can alter your config.
  19. pause
  20. cls
  21. echo Loading OSCAR
  22. o
  23.