home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
english
/
example
/
circular.dok
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
30 lines
*********************************************************************
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