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

  1. ;
  2. ; GIFV.SLL
  3. ; This routine will take all BMP files and turn them into GIF files in the
  4. ; current directory! (Similar to GIFV.SLH)
  5. ;
  6.         change-path *.bmp
  7. :loop
  8.         loadnext    :exit
  9.         write       g
  10.         goto        :loop
  11. :exit
  12.         system del *.bmp
  13.  
  14.  
  15.