home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / hard / misc / a4000hw / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-24  |  731b  |  44 lines

  1. .name
  2. A4000HW
  3. .fullname
  4. A4000 Hardware Guide
  5. .type
  6. Amigaguide
  7. .short
  8. Reference guide to A4000 hardware.
  9. .aminet-dir
  10. hard/misc
  11. .description
  12. This file is a reference to various tips, problems, repairs, and other
  13. information on the Amiga 4000 and common boards and peripherals.
  14. .version
  15. 3.0
  16. .date
  17. 1995.04.27
  18. .author
  19. Warren Block
  20. .address
  21. 602 St. James
  22. Rapid City  SD  57701
  23. (605) 342-1632
  24. .distribution
  25. Freeware
  26. .described-by
  27. Warren Block
  28. .submittal
  29. Submitted by ftp by the author.
  30. .execute
  31. set choice `RequestChoice "A4000HW" "Please select an option" "View Readme" "View Guide" "Cancel"`
  32.  
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool ReadMe TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   MetaTool A4000Hardware.guide GUIDE
  43. endif
  44.