home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / alertpatch / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  1.5 KB  |  63 lines

  1. .name
  2. AlertPatch
  3. .type
  4. OS Utility
  5. .short
  6. Supplies a lot more info during Alert()
  7. .description
  8. A patch into the exec.library/Alert() function to display more
  9. meaningful information to the user.  This includes: Alert Type
  10. - Software Failure or DeadEnd; Task - Task address and name;
  11. Error - The alert error being displayed; Caused By - If the
  12. calling routines are known then it will tell you where the
  13. problem lies (eg. "graphics.library"); Cause - Single line
  14. description of what the alert is all about; Task Owner - if
  15. MultiUser FileSystem is installed then the userID and userName
  16. are also displayed; Data Registers - A dump of the CPU data
  17. registers d0...d7; Address Registers - A dump of the CPU address
  18. registers a0...a7; Text Representation - A text representation of
  19. the data and address registers.
  20. .version
  21. 3.0
  22. .date
  23. 1994.03.09
  24. .author
  25. David Swasbrook
  26. .distribution
  27. Shareware
  28. .price
  29. $10 (US)
  30. .address
  31. 43 Pickwick Parade,
  32. Howick,
  33. Auckland,
  34. New Zealand.
  35. .email
  36. swaz@iconz.co.nz (private)
  37. msd@iconz.co.nz
  38. .docs
  39. AlertPatch.guide
  40. .described-by
  41. Fred Fish (fnf@fishpond.cygnus.com)
  42. .submittal
  43. Downloaded via ftp from wuarchive.wustl.edu.
  44. .execute
  45. set choice `RequestChoice "AlertPatch" "Please select an option" "View Guide" "Install" "Run AlertPatch" "Cancel"`
  46. if $choice EQ "0"
  47.   quit 5
  48. endif
  49.  
  50. if $choice EQ "1"
  51.   MetaTool AlertPatch.guide GUIDE
  52. endif
  53.  
  54. if $choice EQ "2"
  55.   Installer SCRIPT Install APPNAME AlertPatch DEFUSER expert LOGFILE T:Install_log_file
  56. endif
  57.  
  58. if $choice EQ "3"
  59.   run AlertPatch
  60. endif
  61. .aminet-dir
  62. util/misc
  63.