home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 3
/
CD_Magazyn_EXEC_nr_3.iso
/
Recent
/
biz
/
haage
/
ArtEffect4Demo.lha
/
ArtEffect4-Demo
/
Rexx
/
brushattr.rexx
next >
Wrap
OS/2 REXX Batch file
|
1998-05-19
|
321b
|
20 lines
/**/
options results
address 'ArtEffect'
entries = ""
do i=128 to 1 by -1
value = i*2-1
entries = entries || value
if i~=1 then entries = entries || ','
end
'brushattr INTENSITY ' entries
if rc~=0 then say rc2
'brushattr DENSITY ' entries
if rc~=0 then say rc2
'brushattr ROUGHNESS ' entries
if rc~=0 then say rc2