home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / hyper / agprefs / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.3 KB  |  58 lines

  1. .name
  2. AGPrefs
  3. .type
  4. OS Utility
  5. .short
  6. Program to conrol AmigaGuide preferences
  7. .description
  8. Amigaguide has various preference options. However no preference editor
  9. is supplied to alter them, now you can. This program requires OS36+ (WB2)
  10. if you do not have this then lookup the AmigaGuide documentation to find 
  11. out how you can change these preferences. AmigaGuide prefs is very similar
  12. to the C= preference editors, it is therefore easy to use. For more 
  13. information on any of the preference options look at the AmigaGuide 
  14. documentation in the "Preference" section.
  15. .version
  16. 36.89
  17. .date
  18. 1994.10.20
  19. .author
  20. Lee Kindness
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .address
  24. 8 Craigmarn Road
  25. Portlethen Village
  26. Aberdeen AB1 4QR
  27. SCOTLAND
  28. .docs
  29. AGPrefs.Doc
  30. Distribution.doc
  31. .described-by
  32. Richard Fish
  33. .submittal
  34. Submitted on disk directly by the author.
  35. .execute
  36. set choice `RequestChoice "AGPrefs" "Please select an option" "Copyright" "Documentation" "Install" "Run" "Cancel"`
  37. if $choice EQ "0"
  38.   quit 5
  39. endif
  40.  
  41. if $choice EQ "1"
  42.   MetaTool Distribution.doc TEXT
  43. endif
  44.  
  45. if $choice EQ "2"
  46.   MetaTool AGPrefs.doc TEXT
  47. endif
  48.  
  49. if $choice EQ "3"
  50.   Installer SCRIPT Install_AGPrefs APPNAME "AmigaGuide Preferences" MINUSER AVERAGE NOPRETEND LOGFILE RAM:AGP_Install_log
  51. endif
  52.  
  53. if $choice EQ "4"
  54.   AmigaGuide
  55. endif
  56. .aminet-dir
  57. text/hyper
  58.