home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Replace the AVI file names with your favorite RLE AVIs.
- :start
- geewiz pretty.avi -l1 -g -d -f3 -m1
- if errorlevel 1 goto end
- geewiz pretty2.avi -l1 -g -d -f3 -m2
- if errorlevel 1 goto end
- goto start
- :end