home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / misc / diamondsfx / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.1 KB  |  58 lines

  1. .name
  2. DiamondSfx
  3. .type
  4. Game Utility
  5. .short
  6. Use custom samples within Diamond Caves
  7. .description
  8. Using this program you are able to create your own sfx-file for Diamond
  9. Caves.
  10. .version
  11. 1.1
  12. .date
  13. 1995.07.08
  14. .author
  15. Peter Elzner
  16. .restrictions
  17. Requires a registered version of Diamond Caves
  18. .requirements
  19. Kick2.0
  20. MUI 2.3
  21. Commodore's Installer V1.24
  22. A registered version of Diamond Caves
  23. .distribution
  24. Copyrighted but Freely Redistributable
  25. .address
  26. Grudene 6a
  27. D-58644 Iserlohn
  28. Germany
  29. .email
  30. Hawk@blanker.ruhr.de
  31. .docs
  32. DiamondSfx1.1.readme
  33. new/DiamondSfx.guide
  34. .described-by
  35. Dan Fish (daf@starfish.amigalib.com)
  36. .submittal
  37. Downloaded via ftp from wuarchive.wustl.edu.
  38. .execute
  39. set choice `RequestChoice "Diamond Caves SFX" "Please select an option" "View Doc" "View Guide" "Install" "Run" "Cancel"`
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43. if $choice EQ "1"
  44.   MetaTool DiamondSfx1.1.readme TEXT
  45. endif
  46. if $choice EQ "2"
  47.   cd new
  48.   MetaTool DiamondSfx.guide  GUIDE
  49. endif
  50. if $choice EQ "3"
  51.   Installer InstallSfx APPNAME "Diamond Caves SFX" NOPRETEND DEFUSER expert MINUSER average
  52. endif
  53. if $choice EQ "4"
  54.   new/DiamondSfx
  55. endif
  56. .aminet-dir
  57. game/misc
  58.