home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
stderr
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-03
|
1KB
|
56 lines
.name
StdErr
.type
Programming Tool
.aminet-dir
dev/e
.short
A Standard Error Port for Amiga E
.description
StdErr.m provides Amiga E users with an easy-to-use standard
error port for their Amiga E programs. The module is fairly
intelligent, handling things with a kind of grace and ease
anyone could hope for. You almost cannot foul the use of
this program module up (almost).
.version
3.2
.author
Trey Van Riper
.reference
FreshFish-Nov94:New/dev/e/StdErr
3.0
.requirements
Amiga E v3.0+
.distribution
Freeware
.address
19-A Dortch Ave.
Asheville, NC 28801
USA
.email
jvanriper@uncavx.unca.edu
vanriper@cs.unca.edu
jvanripe@nox.cs.du.edu
.docs
StdErr.3.2.readme
Change.txt
StdErr.DOC
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from Aminet.
.execute
set choice `RequestChoice "StdErr" "Please select an option" "View Readme" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool StdErr3.2.readme TEXT
endif
if $choice EQ "2"
MetaTool StdErr.DOC TEXT
endif