home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1136 / gifv.slp < prev    next >
Text File  |  1993-10-05  |  446b  |  20 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
  6. ;       FLIPPED and then MIRRORED. After printing, the image is
  7. ;       redrawn on the screen.
  8. ;
  9.         change-path *.gif
  10. :loop
  11.         loadnext    :exit
  12.         rotate
  13.         flip
  14.         mirror
  15.         print
  16.         reset-colors
  17.         redraw
  18.         goto        :loop
  19. :exit
  20.