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 >
OS/2 REXX Batch file  |  1998-05-13  |  243b  |  18 lines

  1. /*
  2.     domethod demonstration
  3.     Copyright © 1997
  4.     Author: A. Pratsch
  5. */
  6.  
  7. options results
  8.  
  9. address "ArtEffect"
  10.  
  11. domethod twirl 'angle -20'
  12. if rc~=0 then say rc2
  13. domethod quit twirl angle 20
  14. if rc~=0 then say rc2
  15.  
  16. domethod quit antique 'grayscale'
  17.  
  18.