home *** CD-ROM | disk | FTP | other *** search
/ MIDI Music Collection / MUSIC.iso / 40mi20w / midisoft.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-18  |  404 b   |  11 lines

  1. REM **********************************************
  2. REM * This file creates directories c:\midsngs   *
  3. REM * and c:\wavsnds on your C drive, unzips and *
  4. REM * copies the MIDI and WAV files to them.     *
  5. REM * and loads them on your C drive.            *
  6. REM **********************************************
  7. md c:\midsngs
  8. md c:\wavsnds
  9. a:\pkunzip mid.zip c:\midsngs
  10. a:\pkunzip wav.zip c:\wavsnds
  11.