home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / mus / misc / modutils / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-14  |  694 b   |  42 lines

  1. .name
  2. ModUtils
  3. .type
  4. Sound Tools
  5. .aminet-dir
  6. mus/misc
  7. .short
  8. Group of programs for working with Mods
  9. .description
  10. Group of programs for working with Mods.  Includes utilities for
  11. playing, allocating, ripping, and wipeing Mods.
  12. .author
  13. Ben Hutchings
  14. .distribution
  15. Freeware
  16. .address
  17. 43 Harrison Close
  18. Reigate
  19. Surrey RH2 7HS
  20. ENGLAND
  21. .docs
  22. ModUtils.doc
  23. .described-by
  24. Richard Fish
  25. .submittal
  26. Submitted on disk directly by the author.
  27. .execute
  28. set choice `RequestChoice "ModUtils" "Please select an option" "View Doc" "Add ModUtils to Path" "Cancel"`
  29.  
  30. if $choice EQ "0"
  31.   quit 5
  32. endif
  33.  
  34. if $choice EQ "1"
  35.   MetaTool ModUtils.doc TEXT
  36. endif
  37.  
  38. if $choice EQ "2"
  39.   assign libs: "" ADD
  40.   path "" ADD
  41. endif
  42.