home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 October / CD_10_95.BIN / share / dos / vid4dos / sample.bat < prev    next >
DOS Batch File  |  1994-12-18  |  226b  |  10 lines

  1. @echo off
  2. rem Replace the AVI file names with your favorite RLE AVIs.
  3. :start
  4. geewiz pretty.avi -l1 -g -d -f3 -m1
  5. if errorlevel 1 goto end
  6. geewiz pretty2.avi -l1 -g -d -f3 -m2
  7. if errorlevel 1 goto end
  8. goto start
  9. :end
  10.