home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Graphics
/
WOGRAPH.BIN
/
265.GIFV.SLS
< prev
next >
Wrap
Text File
|
1993-02-17
|
290b
|
15 lines
;
; GIFV.SLS
; Take every GIF file on G:\ and sort to color-map
; Great if you are converting GIFs to BMPs for Windows pictures!
;
slide-type-normal
change-path g:\*.gif
:loop
loadnext :exit
Sort-Colors
Write
goto :loop
:exit