home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 279.GIFV.SLP < prev    next >
Text File  |  1993-02-17  |  431b  |  18 lines

  1. ;
  2. ; GIFV.SLP
  3. ; This script file will print all files in the current directory!
  4. ;
  5. ; NOTE: Before printing the files the images are ROTATED and then FLIPPED
  6. ;       and then MIRRORED. After printing, the image is redrawn on the screen.
  7. ;
  8.         change-path *.gif
  9. :loop
  10.         loadnext    :exit
  11.         rotate
  12.         flip
  13.         mirror
  14.         print
  15.         reset-colors
  16.         redraw
  17.         goto        :loop
  18.