home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1136
/
gifv.slp
< prev
next >
Wrap
Text File
|
1993-10-05
|
446b
|
20 lines
;
; GIFV.SLP
; This script file will print all files in the current directory!
;
; NOTE: Before printing the files the images are ROTATED and then
; FLIPPED and then MIRRORED. After printing, the image is
; redrawn on the screen.
;
change-path *.gif
:loop
loadnext :exit
rotate
flip
mirror
print
reset-colors
redraw
goto :loop
:exit