home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 286.GIFV.SLV < prev    next >
Text File  |  1993-02-17  |  381b  |  19 lines

  1. ;
  2. ; GIFV.SLV
  3. ;
  4. ; This script file will go thru all files on the ROOT of Drive G: that GIF-
  5. ; REED supports and remove the TOP 16 colors in the color map, thus making
  6. ; the image ready for Windows with NO distortion!
  7. ;
  8.         change-path g:\*.?
  9. :loop
  10.         loadnext        :exit
  11.         adjust-for-windows
  12.         write
  13.         goto            :loop
  14. :exit
  15.  
  16.  
  17.  
  18.  
  19.