home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- echo TIE-Fighter Sound Patch Disk
- echo .
- echo This patch is intended to fix hanging notes when using
- echo the GMIDI or Roland setting for music.
- echo Also, this path features direct support for the Ensoniq
- echo SoundScape audio card. To select this, run the sound card
- echo setup and select "Express Setup".
- echo .
- echo This patch also includes support for 16-bit DMA settings
- echo on the Pro Audio Spectrum line of sound cards. This will
- echo correct the rapid speach that can sometimes occur when using
- echo this setting.
- echo .
- echo Copying files to C:\TIE...
-
- @echo off
-
- copy gmidi.mdr c:\tie
- copy pas.wdr c:\tie
- copy roland.mdr c:\tie
- copy sndscape.mdr c:\tie
- copy sndscape.wdr c:\tie
-
-
- @echo off
-
- cd c:\tie
- c:
-
- echo Type SETMUSE to configure your sound card
- echo or type TIE to start the game. .
-
-