home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 18
/
CD_ASCQ_18_111294_W.iso
/
dos
/
graphic
/
vfd15
/
sample.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-25
|
217b
|
10 lines
echo off
rem Replace the AVI file names with your favorite RLE AVIs.
:start
geewiz pretty.avi -l1 -g -d -f3
if errorlevel 1 goto end
geewiz pretty2.avi -l1 -g -d -f3
if errorlevel 1 goto end
goto start
:end