home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / MT32GS12.ZIP / TEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-07-24  |  317 b   |  10 lines

  1. @ECHO OFF
  2. ECHO This will test VESA functions of MT32GS
  3. MPU
  4. REM The above line LOADS the VESA MPU driver
  5. MT32GS M THE_SIGN.MID A
  6. REM The above line loads up MT32GS and then plays THE_SIGN.MID.  After which
  7. REM it will reset the MT-32 back to normal operation.
  8. MPU U
  9. REM This line unloads the VESA MPU driver
  10.