home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1115.lha / Programs / Analay / Product-Info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.5 KB  |  71 lines

  1. .name
  2. Analay
  3. .type
  4. Scientific
  5. .short
  6. Graphing with integrated page layout
  7. .description
  8. Analay is a new math graphing program with integrated page layout. It
  9. combines its math functions with a DTP program, enabling the user to
  10. lay out scientific pages very quickly and easily.
  11. .version
  12. 1.11
  13. .date
  14. 1995.05.03
  15. .author
  16. Marc Necker
  17. .restrictions
  18. Printing & saving are disabled
  19. Loading a configuration is disabled
  20. .requirements
  21. 1.5 Mb RAM
  22. OS2.0+
  23. .distribution
  24. Copyrighted but Freely Redistributable without the key-file
  25. .price
  26. 30 DM for program with key-file.
  27. .address
  28. Sulzauerstr. 15
  29. 70563 Stuttgart
  30. Germany
  31. .email
  32. Marc@buster.tynet.sub.org
  33. .construction
  34. The program was written using the Amiga-Oberon compiler by Fridtjof
  35. Siebert.  It uses the garbage collector of this Oberon system, which
  36. makes it much larger than programs not using the garbage collector.
  37. However it runs very fast and, using the garbage collector, very
  38. stably.
  39. .docs
  40. AnalayDeutsch.guide
  41. AnalayEnglish.guide
  42. .described-by
  43. Richard Fish (rjf@amigalib.com)
  44. .submittal
  45. Submitted electronically directly by the author.
  46. .aminet-dir
  47. misc/math
  48. .execute
  49. set orgdir `cd`
  50. LAB start
  51. failat 10
  52. unset filechoice
  53. unset dirchoice
  54. cd $orgdir
  55. set choice `RequestChoice "Analay" "Please select an option" "English Guide" "Deutsch Guide" "Run" "Cancel"`
  56. if $choice GT "0"
  57.   if $choice EQ "1"
  58.     MetaTool AnalayEnglish.guide GUIDE
  59.   else
  60.     if $choice EQ "2"
  61.       MetaTool AnalayDeutsch.guide GUIDE
  62.     else
  63.       if $choice EQ "3"
  64.     assign Analay: ""
  65.         WBRun Analay
  66.       endif
  67.     endif
  68.   endif
  69.   skip start BACK
  70. endif
  71.