home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / vfd17.arj / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-03-16  |  172 b   |  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.