@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