home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deathday Collection
/
dday.bin
/
others
/
sounds
/
doomit10
/
bkpsound.bat
next >
Wrap
DOS Batch File
|
1994-04-17
|
101b
|
8 lines
@echo off
%1 -vb %2 %4
If errorlevel==12 goto backup
goto done
:backup
%1 -ex -a %2 %3
:done