home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / adprorunner / product-info < prev   
Encoding:
Text File  |  1995-10-10  |  1.3 KB  |  53 lines

  1. .name
  2. ADProRunner
  3. .author
  4. Øyvind Falch & Morten Johnsen
  5. .version
  6. 1.7
  7. .description
  8. ADPro is a great program, but it requires alot of memory.  Sometimes you
  9. need 3 MB or more to convert a picture.  It is possible to specify
  10. memory-usage in the ADPro icon or from the shell but this can be awkward.
  11. If you do not specify memory size, ADPro takes the largest free hunk of
  12. memory, and leaves you with only small hunks left.  This may result in
  13. loaders, savers and operators being loaded into chip memory, which is dead
  14. slow on an accelerated Amiga.  With ADProRunner you can easily control
  15. ADPro's memory usage each time you run it.
  16. .described-by
  17. Richard Fish
  18. .reference
  19. FreshFish-Dec93:New/gfx/misc/ADProRunner/
  20. 1.0
  21. FreshFish-Mar94:Old/Dec93/gfx/misc/ADProRunner/
  22. 1.0
  23. FrozenFish-Apr94:BBS/Dec93/gfx/misc/ADProRunner.lha
  24. 1.0
  25. .short
  26. Control ADPro's memory usage.
  27. .aminet-dir
  28. gfx/misc
  29. .execute
  30. set choice `RequestChoice "ADProRunner" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
  31.  
  32. if $choice EQ "0"
  33.   quit 5
  34. endif
  35.  
  36. if $choice EQ "1"
  37.   MetaTool ADProRunner.readme TEXT
  38. endif
  39.  
  40. if $choice EQ "2"
  41.   cd Help/
  42.   MetaTool ADProRunner.guide GUIDE
  43.   cd /
  44. endif
  45.  
  46. if $choice EQ "3"
  47.   Installer "Install ADProRunner" ADProRunner
  48. endif
  49.  
  50. if $choice EQ "4"
  51.   ADProRunner
  52. endif
  53.