home *** CD-ROM | disk | FTP | other *** search
/ Internet MPEG Audio Archive / IMAA.mdf / UTIL / DOS / BATCH / MP2TOWAV.BAT next >
Encoding:
DOS Batch File  |  1994-03-09  |  81 b   |  5 lines

  1. @echo off
  2. musicout %1.mp2 %1.raw
  3. sox -r 44100 -w -s %1.raw %1.wav
  4. del %1.raw
  5.