Metropoli BBS
VIEWER: demo.bat MODE: TEXT (ASCII)
@echo off
:start
tga spectrum /rs%1
if errorlevel 1 goto exit
tga colorbar /rs%1
if errorlevel 1 goto exit
tga pearl /rs%1
if errorlevel 1 goto exit
tga city /rs%1
if errorlevel 1 goto exit
tga ball /rs%1
if errorlevel 1 goto exit
tga vase /rs%1
if errorlevel 1 goto exit
goto start
:exit
[ RETURN TO DIRECTORY ]