home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1136
/
gifv.sla
< prev
next >
Wrap
Text File
|
1993-10-05
|
666b
|
17 lines
;
; GIFV.SLA
; Slide show of ROOT directory in Drive G:
; Pick highest resolution then back down one.
;
slide-type-normal ;Pick normal display mode
res 9 ;pick resolution #9
res-lock ;lock in on it
res-down ;no go down to one resolution
change-path g:\*.gif ;select path of files
:loop ;label
loadnext :exit ;load/display file
goto :loop ;loop through files
:exit ;where we exit program.