home *** CD-ROM | disk | FTP | other *** search
- *********************************************************************
- Manual for circular.rexx
- *********************************************************************
-
- this example script generates circular letters out of a template
- letter and a file with addresses
-
- the script uses the following files:
-
- - names.dat file with names and addresses
- in the format
-
- Mister/Miss/Mrs. Firstname Familyname
- Street
- Town
-
- - template.letter
-
- - circular.rexx Arexx-Script
-
- Usage: rx circular <template> <addresses>
- IMPORTANT: type the FULL filenames (including path)
- for <template> and <addresses>
- in this example (and with this disk) the pathnames
- would be :
- printfiles:printfiles/english/example/template.letter
- printfiles:printfiles/english/example/names.dat
-
-
-