home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 2.3 KB | 115 lines |
- .name
- ReqTools
- .type
- Library
- .short
- Very useful shared requester library
- .description
- A standard Amiga shared runtime library which makes it a lot quicker
- and easier to build standard requesters into your programs. Designed
- with CBM's style guidelines in mind, so that the resulting requesters
- have the look and feel of AmigaDOS 2.0. Includes a demo and glue/demo
- sources.
- .version
- 2.2c
- .author
- Nico Francois
- .email
- nico@augfl.be
- .reference
- FreshFish-May94:Useful/dist/util/libs/ReqTools/
- 2.2b
- FreshFish-Jul94:Useful/dist/util/libs/ReqTools/
- 2.2b
- FreshFish-Jul94:BBS/util/ReqTools-2.2b.lha
- 2.2b
- FrozenFish-Apr94:BBS/Useful/util/libs/ReqTools.lha
- 2.2
- FrozenFish-Apr94:BBS/Mar94/util/libs/ReqTools.lha
- 2.2
- FreshFish-May94:BBS/Mar94/util/libs/ReqTools.lha
- 2.2
- FreshFish-Mar94:Useful/dist/util/libs/ReqTools/
- 2.2
- FreshFish-Mar94:New/util/libs/ReqTools/
- 2.2
- GoldFish2-Apr94:d7xx/d794/ReqTools/
- 2.1a
- GoldFish1-Apr94:BBS/d7xx/d794/ReqTools.lha
- 2.1a
- FrozenFish-Apr94:BBS/ALib/d7xx/d794/ReqTools.lha
- 2.1a
- FreshFish-Oct93:Old/AmigaLibDisks/Disks780-799/Disk794/ReqTools/
- 2.1a
- AmigaLibDisk794:ReqTools/
- 2.1a
- GoldFish2-Apr94:d6xx/d623/ReqTools/
- 1.0d
- GoldFish1-Apr94:BBS/d6xx/d623/ReqTools.lha
- 1.0d
- FrozenFish-Apr94:BBS/ALib/d6xx/d623/ReqTools.lha
- 1.0d
- FreshFish-Oct93:Old/AmigaLibDisks/Disks620-639/Disk623/ReqTools/
- 1.0d
- AmigaLibDisk623:ReqTools/
- 1.0d
- GoldFish2-Apr94:d5xx/d575/ReqTools/
- 1.0b
- GoldFish1-Apr94:BBS/d5xx/d575/ReqTools.lha
- 1.0b
- FrozenFish-Apr94:BBS/ALib/d5xx/d575/ReqTools.lha
- 1.0b
- AmigaLibDisk575:ReqTools/
- 1.0b
- GoldFish2-Apr94:d5xx/d561/ReqTools/
- 1.0a
- GoldFish1-Apr94:BBS/d5xx/d561/ReqTools.lha
- 1.0a
- FrozenFish-Apr94:BBS/ALib/d5xx/d561/ReqTools.lha
- 1.0a
- AmigaLibDisk561:ReqTools/
- 1.0a
- .distribution
- Shareware
- .price
- $25(US)
- .address
- Corbielaan 13
- B-3060 Bertem
- BELGIUM
- .docs
- README
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "ReqTools" "Please select an option" "README" "Copyright" "Docs" "Demo" "Install" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README TEXT
- endif
-
- if $choice EQ "2"
- MetaTool DISTRIBUTION TEXT
- endif
-
- if $choice EQ "3"
- cd doc
- MetaTool reqtools.doc TEXT
- endif
-
- if $choice EQ "4"
- WBRun demo/demo
- endif
-
- if $choice EQ "5"
- cd Install
- Installer "Install ReqTools" APPNAME "ReqTools" NOLOG MINUSER average NOPRINT
- endif
- .aminet-dir
- util/libs
-