home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / ASIMCD30.LHA / arexx_samples / asimphoto / create_icons.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-08-01  |  281 b   |  16 lines

  1. /*  This example will demonstrate the use of the create icons command
  2.     in AsimPhoto.
  3.  
  4.     (C)1993 Asimware Innovations                                       */
  5.  
  6.  
  7. TRUE = 1
  8. FALSE = 0
  9.  
  10.  
  11. address "AsimPhoto_ARexx.1"
  12.  
  13. create_icons TRUE                    /* Turn on the create icons option */
  14.  
  15. exit
  16.