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

  1. .name 
  2. DebugIT
  3. .fullname 
  4. DebugIT
  5. .type
  6. editor utility
  7. .short 
  8. compiler error management
  9. .description 
  10. DebugIT is a small compiler error management system for the editor GoldED and
  11. the SAS/C compiler. Errors of the last compiler pass are listed in a window.
  12. .version
  13. 2.1
  14. .date
  15. 1995.2.17
  16. .author
  17. Dietmar Eilert
  18. .restrictions
  19. none
  20. .requirements
  21. GoldED 2, Installer
  22. .distribution
  23. resticted freeware
  24. .email
  25. DIETMAR@TOMATE.OCHE.DE
  26. .address
  27. Kampstraße 28
  28. D-59269 Beckum
  29. Germany
  30. .exectype
  31. 68xxx
  32. .installsize
  33. 40 K
  34. .source
  35. C source code included
  36. .construction
  37. DICE 2.07.54R
  38. .described-by
  39. Dietmar Eilert (DIETMAR@TOMATE.OCHE.DE)
  40. .submittal
  41. e-mail
  42. .aminet-dir
  43. text/edit
  44. .execute
  45. set choice `RequestChoice "DebugIT" "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 DebugIT21.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.