home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 265.GIFV.SLS < prev    next >
Text File  |  1993-02-17  |  290b  |  15 lines

  1. ;
  2. ; GIFV.SLS
  3. ; Take every GIF file on G:\ and sort to color-map
  4. ; Great if you are converting GIFs to BMPs for Windows pictures!
  5. ;
  6.         slide-type-normal
  7.         change-path g:\*.gif
  8. :loop
  9.         loadnext :exit
  10.         Sort-Colors
  11.         Write
  12.         goto :loop
  13. :exit
  14.  
  15.