home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / docs / misc / mui_autodocs / product-info < prev   
Text File  |  1995-10-23  |  733b  |  43 lines

  1. .name
  2. MUI_AutoDocs
  3. .type
  4. Text
  5. .short
  6. AutoDocs for MUI V2.3 in DVI format
  7. .description
  8. AutoDocs for Magical User Interface V2.3 in DVI format
  9. .version
  10. 2.3
  11. .date
  12. 1994.12.31
  13. .author
  14. Michael Roth
  15. .address
  16. Böhringerstr. 13
  17. 78345 Moos
  18. Germany
  19. .email
  20. mroth@inlet.lake.de
  21. .source
  22. Includes TeX sources
  23. .docs
  24. MUI23_AutoDocs.readme
  25. MUI23_AutoDocs.dvi
  26. .described-by
  27. Dan Fish (daf@starfish.amigalib.com)
  28. .submittal
  29. Downloaded via ftp from wuarchive.wustl.edu.
  30. .aminet-dir
  31. docs/misc
  32. .execute
  33. set choice `RequestChoice "MUI Autodocs" "Please select an option" "View ReadMe" "View DVI" "Cancel"`
  34. if $choice EQ "0"
  35.   quit 5
  36. endif
  37. if $choice EQ "1"
  38.   MetaTool MUI23_Autodocs.readme TEXT
  39. endif
  40. if $choice EQ "2"
  41.   MetaTool MUI23_Autodocs.dvi DVI
  42. endif
  43.