home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-03 | 928 b | 52 lines |
- .name
- MemWatcher
- .type
- Developer Utility
- .aminet-dir
- dev/debug
- .short
- Replaces drip, WB-Displ., Cluster Source
- .description
- MemWatcher's purpose is to control memory loss and memory consumation of
- programs under development. Easy to use Workbench interface.
- .version
- 1.0
- .date
- 1995.03.21
- .author
- Frank Brandau
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Wiesenstrasse 6g
- 52428 Jülich
- Germany
- .email
- brandau@fhserver03.dvz.fh-aachen.de
- .source
- Includes Cluster source
- .docs
- MemWatcher.Doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "MemWatcher" "Please select an option" "View Readme" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool MemWatcher1_0.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool MemWatcher.Doc GUIDE
- endif
-
- if $choice EQ "3"
- MemWatcher
- endif
-