home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Der Mediaplex Sampler - Die 6 von Plex
/
6_v_plex.zip
/
6_v_plex
/
DISK2
/
MULTI_04
/
GIFV412.ZIP
/
GIFV.SLP
< prev
next >
Wrap
Text File
|
1993-02-18
|
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