home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / programs / sounds / doomit10 / bkpsound.bat next >
DOS Batch File  |  1994-12-06  |  101b  |  8 lines

  1. @echo off
  2. %1 -vb %2 %4
  3. If errorlevel==12 goto backup
  4. goto done
  5. :backup
  6. %1 -ex -a %2 %3 
  7. :done
  8.