home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / MPEG / S3_MMX2 / MISC / CLASSIC / DRAGON.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-12-19  |  831 b   |  25 lines

  1. @echo off
  2.  
  3. rem : This is a template of batch file which runs original version of
  4. rem : Dragon's Lair.  Edit this file as the following comments ("rem :")
  5. rem : suggest.
  6.  
  7. fmpdrv
  8.  
  9. rem : Switch to the CD-ROM.  Edit the line following this comment.  Instead
  10. rem : of 'D' put the letter of your CD-ROM drive, if it is different.  For
  11. rem : example if your CD-ROM drive is drive E:, edit "D:" to become "E:".
  12. D:
  13.  
  14. dragon.exe
  15.  
  16. rem : Switch to the original drive.  Edit the line following this comment.
  17. rem : Instead of 'C' put the letter of the drive where this file is located.
  18. rem : For example if MPEG drivers are installed on drive G: edit "C:" to
  19. rem : become "G:". If it is drive C: you do not need to do any modifications.
  20. C:
  21.  
  22. rem : After you finished editing, you may remove all commented lines.
  23. fmpdrv /u
  24.  
  25.