home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
ZLAB_19C.ZIP
/
GIFT4B10.ZIP
/
GT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-19
|
154b
|
5 lines
@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