home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / QuickFile / Examples / AddressBook / AddressBook.startup < prev    next >
Text File  |  1995-11-19  |  307b  |  17 lines

  1. /*  ARexx
  2.  
  3.     AddressBook.startup
  4.  
  5.     This is an example of an startup script. It just loads
  6.     additional views. It skips error checking which is a bad thing
  7.  
  8.     Author:  A Wigginton   July 95
  9.  
  10. */
  11.  
  12. "loadview AddrList.view"
  13. "loadview SummOnly.view"
  14. "loadview FieldWrap.view"
  15. "loadview AddrLabels.view"
  16.  
  17.