home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / edit / mirror / product-info < prev    next >
Text File  |  1995-10-21  |  964b  |  62 lines

  1. .name 
  2. Mirror
  3. .fullname 
  4. Mirror
  5. .type
  6. editor utility
  7. .short 
  8. online bracket highlighting
  9. .aminet-dir
  10. text/edit
  11. .description 
  12. Mirror is a GoldED add-on providing online bracket highlighting while the user
  13. is typing. Several bracket types are recognized.
  14. .version
  15. 1.5
  16. .date
  17. 1995.5.4
  18. .author
  19. Dietmar Eilert
  20. .restrictions
  21. none
  22. .requirements
  23. GoldED 3, Installer
  24. .distribution
  25. restricted freeware
  26. .email
  27. DIETMAR@TOMATE.TNG.OCHE.DE
  28. .address
  29. Kampstraße 28
  30. D-59269 Beckum
  31. Germany
  32. .exectype
  33. 68xxx
  34. .installsize
  35. 60 K
  36. .source
  37. C source included
  38. .construction
  39. DICE 2.07.54R
  40. .described-by
  41. Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
  42. .submittal
  43. e-mail
  44. .execute
  45. set choice `RequestChoice "Mirror" "Please select an option" "View Readme" "View Guide" "Install Program" "Cancel"`
  46.  
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   MetaTool mirror.readme TEXT
  53. endif
  54.  
  55. if $choice EQ "2"
  56.   MetaTool ReadMe GUIDE
  57. endif
  58.  
  59. if $choice EQ "3"
  60.   Installer Install Match AVERAGE EXPERT
  61. endif
  62.