home *** CD-ROM | disk | FTP | other *** search
- REM **********************************************
- REM * This file creates directories c:\midsngs *
- REM * and c:\wavsnds on your C drive, unzips and *
- REM * copies the MIDI and WAV files to them. *
- REM * and loads them on your C drive. *
- REM **********************************************
- md c:\midsngs
- md c:\wavsnds
- a:\pkunzip mid.zip c:\midsngs
- a:\pkunzip wav.zip c:\wavsnds
-