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

  1. *********************************************************************
  2.                  Manual for circular.rexx              
  3. *********************************************************************
  4.  
  5. this example script generates circular letters out of a template
  6. letter and a file with addresses
  7.  
  8. the script uses the following files:
  9.  
  10.     - names.dat         file with names and addresses 
  11.                         in the format
  12.                         
  13.                           Mister/Miss/Mrs. Firstname Familyname
  14.                           Street
  15.                           Town
  16.  
  17.     - template.letter   
  18.  
  19.     - circular.rexx     Arexx-Script
  20.  
  21. Usage:  rx circular <template> <addresses>         
  22. IMPORTANT: type the FULL filenames (including path)
  23.            for <template> and <addresses>          
  24. in this example (and with this disk) the pathnames 
  25. would be :                                         
  26. printfiles:printfiles/english/example/template.letter
  27. printfiles:printfiles/english/example/names.dat     
  28.  
  29.  
  30.