home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cli
/
man
/
product-info
< prev
next >
Wrap
Text File
|
1995-10-22
|
1KB
|
61 lines
.name
Man
.type
CLI tool
.short
Unix type Man command
.description
This is a simple MAN command, known from UNIX systems.
The advantage is, that it recognizes .guide files to be
AmigaGuide© documents. MAN then uses a different viewer
in order to display the AmigaGuide© document. Furthermore
MAN recognizes TeX-DVI files as well, using a different
viewer to display them. You may configure MAN using
environment variables.
.version
1.11a
.date
1994.03.05
.author
Kai Iske
.reference
FreshFish-Mar94:New/os20/cli/Man
1.9
FFMCD01:New/CLI_Util/Man/
1.2
.requirements
Requires OS 2.0 (37.175)
.distribution
Public Domain
.address
Kai Iske
Brucknerstrasse 18
63452 Hanau
Germany
.email
kai@iske.adsp.sub.org
iske@informatik.uni-frankfurt.de
.source
SAS/C source included 24K
.construction
SAS/C 6.51 with optimization
.docs
Man.doc
.aminet-dir
util/cli
.execute
set choice `RequestChoice "Man" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Man.doc TEXT
endif
if $choice EQ "2"
path "" add
newcli
endif