home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff274.lzh
/
SlideMaster
/
Slide.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1989-11-16
|
339b
|
23 lines
/* Slide.REXX by Aric R Caley */
/* Assumes SlideMaster is running */
addlib('rexxsupport.library',0,-30,0) /* For the delay() function */
shell smaster
loadpic 'lauran'
wipe verttocenter
delay(500)
loadpic 'amiga'
wipe left
delay(500)
loadpic 'lady.dressed'
wipe up
delay(500)
loadpic 'lady.face'
wipe horizfromcenter
delay(750)