home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Graphics
/
WOGRAPH.BIN
/
271.GIFV.SLB
< prev
next >
Wrap
Text File
|
1993-02-17
|
225b
|
15 lines
;
; GIFV.SLB
; Take every GIF file on G:\ and make them GRAY pictures
;
slide-type-normal
change-path g:\*.gif
:loop
loadnext :exit
Gray
Write
goto :loop
:exit