home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-13 | 1.7 KB | 88 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MathPlot
- .type
- Drawing
- .short
- A function plotter with lin/log support
- .description
- A function plotter with lin/log plot, a complete KS 2.0 interface,
- and ARexx support. Needs Kickstart/WorkBench 2.0 and mtool.library
- (included).
- .version
- 2.14
- .date
- 1994.11.05
- .author
- RĂ¼diger Dreier
- .restrictions
- Demo version with some options disabled, requires a key file for full
- functionality.
- .requirements
- Requires OS 2.0+
- .reference
- GoldFish-Vol2-1:Files/misc/math/MathPlot/
- 2.13
- FreshFish-Vol6:New/misc/math/MathPlot/
- 2.13
- AmigaLibDisk974:MathPlot/
- 2.12
- AmigaLibDisk916:MathPlot/
- 2.07
- AmigaLibDisk849:MathPlot/
- 2.01
- AmigaLibDisk573:MathPlot/
- 1.04
- .distribution
- Shareware
- .price
- $20(US), DM30
- .address
- Gustav-Winkler-Str. 40
- 33699 Bielefeld
- Germany
- .email
- ruediger.dreier@post.uni-bielefeld.de
- .docs
- ReadMeFirst
- Docs/MathPlot_E.txt
- Docs/MathPlot_D.txt
- Docs/MathPlot_F.txt
- Docs/Registrierung.engl
- Docs/Registrierung.dt
- Docs/Registrierung.fra
- Docs/Tutorial_E.txt
- Docs/Tutorial_D.txt
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- misc/math
- .execute
- set choice `RequestChoice "MathPlot" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMeFirst TEXT
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "3"
- assign libs: libs/ ADD
- MathPlot
- endif
-