home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 3
/
CD_Magazyn_EXEC_nr_3.iso
/
Recent
/
biz
/
haage
/
ArtEffect4Demo.lha
/
ArtEffect4-Demo
/
Rexx
/
twirl.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-05-13
|
243b
|
18 lines
/*
domethod demonstration
Copyright © 1997
Author: A. Pratsch
*/
options results
address "ArtEffect"
domethod twirl 'angle -20'
if rc~=0 then say rc2
domethod quit twirl angle 20
if rc~=0 then say rc2
domethod quit antique 'grayscale'