home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
docs
/
misc
/
mui_autodocs
/
product-info
< prev
Wrap
Text File
|
1995-10-23
|
733b
|
43 lines
.name
MUI_AutoDocs
.type
Text
.short
AutoDocs for MUI V2.3 in DVI format
.description
AutoDocs for Magical User Interface V2.3 in DVI format
.version
2.3
.date
1994.12.31
.author
Michael Roth
.address
Böhringerstr. 13
78345 Moos
Germany
.email
mroth@inlet.lake.de
.source
Includes TeX sources
.docs
MUI23_AutoDocs.readme
MUI23_AutoDocs.dvi
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
docs/misc
.execute
set choice `RequestChoice "MUI Autodocs" "Please select an option" "View ReadMe" "View DVI" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool MUI23_Autodocs.readme TEXT
endif
if $choice EQ "2"
MetaTool MUI23_Autodocs.dvi DVI
endif