Metropoli BBS
VIEWER: gt.bat MODE: TEXT (ASCII)
@echo off
echo Testing all GIFs in current directory
echo -- logging results to \GIFLOG on current drive
for %%f in (*.gif) do giftest /l:\giflog %%f
[ RETURN TO DIRECTORY ]