home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / delphine / f2b.bat < prev    next >
DOS Batch File  |  1995-06-27  |  307b  |  15 lines

  1. @echo off
  2. rem 
  3. rem Run Game without virtual memory. It will run faster than with it.
  4. rem
  5. set oldgvm=%DOS4GVM%
  6. set old16m=%DOS16M%
  7. set DOS4GVM=
  8. set DOS16M=
  9. echo Running the game Fade To Black ...
  10. delphine %1 %2 %3 %4 %5 %6 %7 %8
  11. set DOS4GVM=%oldgvm%
  12. set oldgvm=
  13. set DOS16M=%old16m%
  14. set old16m=
  15.