home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem : This is a template of batch file which runs original version of
- rem : Dragon's Lair. Edit this file as the following comments ("rem :")
- rem : suggest.
-
- fmpdrv
-
- rem : Switch to the CD-ROM. Edit the line following this comment. Instead
- rem : of 'D' put the letter of your CD-ROM drive, if it is different. For
- rem : example if your CD-ROM drive is drive E:, edit "D:" to become "E:".
- D:
-
- dragon.exe
-
- rem : Switch to the original drive. Edit the line following this comment.
- rem : Instead of 'C' put the letter of the drive where this file is located.
- rem : For example if MPEG drivers are installed on drive G: edit "C:" to
- rem : become "G:". If it is drive C: you do not need to do any modifications.
- C:
-
- rem : After you finished editing, you may remove all commented lines.
- fmpdrv /u
-
-