home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.3 KB | 58 lines |
- .name
- AGPrefs
- .type
- OS Utility
- .short
- Program to conrol AmigaGuide preferences
- .description
- Amigaguide has various preference options. However no preference editor
- is supplied to alter them, now you can. This program requires OS36+ (WB2)
- if you do not have this then lookup the AmigaGuide documentation to find
- out how you can change these preferences. AmigaGuide prefs is very similar
- to the C= preference editors, it is therefore easy to use. For more
- information on any of the preference options look at the AmigaGuide
- documentation in the "Preference" section.
- .version
- 36.89
- .date
- 1994.10.20
- .author
- Lee Kindness
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 8 Craigmarn Road
- Portlethen Village
- Aberdeen AB1 4QR
- SCOTLAND
- .docs
- AGPrefs.Doc
- Distribution.doc
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .execute
- set choice `RequestChoice "AGPrefs" "Please select an option" "Copyright" "Documentation" "Install" "Run" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Distribution.doc TEXT
- endif
-
- if $choice EQ "2"
- MetaTool AGPrefs.doc TEXT
- endif
-
- if $choice EQ "3"
- Installer SCRIPT Install_AGPrefs APPNAME "AmigaGuide Preferences" MINUSER AVERAGE NOPRETEND LOGFILE RAM:AGP_Install_log
- endif
-
- if $choice EQ "4"
- AmigaGuide
- endif
- .aminet-dir
- text/hyper
-