Metropoli BBS
VIEWER: demo.bat MODE: TEXT (ASCII)
echo off
rem Play all RLE AVIs in a continuous loop with fade transitions.
:start
geewiz * -l1 -d -f3 -g
if errorlevel 1 goto end
goto start
:end

[ RETURN TO DIRECTORY ]