home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #4
/
amigaacscoverdisc1998-041998.iso
/
utilities
/
commercialdemos
/
arteffect2.0
/
rexx
/
plugin.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-05-08
|
347b
|
26 lines
/*
I/O Rexx Example
*/
options results
address "ArtEffect"
lockgui
loadpic 'pics:photoshop/portrait.jpg'
/*address command wait 5*/
domethod twirl angle '-20'
domethod antique color
/*
IMPORTANT!
Without leaving the plugins they can
not be reached from menu anymore.
*/
domethod antique noexec quit
domethod twirl noexec quit
unlockgui