home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CDRom
/
ASIMCD30.LHA
/
arexx_samples
/
asimphoto
/
create_icons.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-08-01
|
281 b
|
16 lines
/* This example will demonstrate the use of the create icons command
in AsimPhoto.
(C)1993 Asimware Innovations */
TRUE = 1
FALSE = 0
address "AsimPhoto_ARexx.1"
create_icons TRUE /* Turn on the create icons option */
exit