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