home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 October / CD_10_95.BIN / share / dos / vid4dos / demo.bat < prev    next >
DOS Batch File  |  1995-03-16  |  172b  |  8 lines

  1. @echo off
  2. rem Play all RLE AVIs in a continuous loop with fade transitions & silver scrn.
  3. :start
  4. geewiz * -l1 -d -f3 -g -i
  5. if errorlevel 1 goto end
  6. goto start
  7. :end
  8.