home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Utilities
/
QuickFile
/
Examples
/
AddressBook
/
AddressBook.startup
< prev
next >
Wrap
Text File
|
1995-11-19
|
307b
|
17 lines
/* ARexx
AddressBook.startup
This is an example of an startup script. It just loads
additional views. It skips error checking which is a bad thing
Author: A Wigginton July 95
*/
"loadview AddrList.view"
"loadview SummOnly.view"
"loadview FieldWrap.view"
"loadview AddrLabels.view"