home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.5 KB | 63 lines |
- .name
- AlertPatch
- .type
- OS Utility
- .short
- Supplies a lot more info during Alert()
- .description
- A patch into the exec.library/Alert() function to display more
- meaningful information to the user. This includes: Alert Type
- - Software Failure or DeadEnd; Task - Task address and name;
- Error - The alert error being displayed; Caused By - If the
- calling routines are known then it will tell you where the
- problem lies (eg. "graphics.library"); Cause - Single line
- description of what the alert is all about; Task Owner - if
- MultiUser FileSystem is installed then the userID and userName
- are also displayed; Data Registers - A dump of the CPU data
- registers d0...d7; Address Registers - A dump of the CPU address
- registers a0...a7; Text Representation - A text representation of
- the data and address registers.
- .version
- 3.0
- .date
- 1994.03.09
- .author
- David Swasbrook
- .distribution
- Shareware
- .price
- $10 (US)
- .address
- 43 Pickwick Parade,
- Howick,
- Auckland,
- New Zealand.
- .email
- swaz@iconz.co.nz (private)
- msd@iconz.co.nz
- .docs
- AlertPatch.guide
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "AlertPatch" "Please select an option" "View Guide" "Install" "Run AlertPatch" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool AlertPatch.guide GUIDE
- endif
-
- if $choice EQ "2"
- Installer SCRIPT Install APPNAME AlertPatch DEFUSER expert LOGFILE T:Install_log_file
- endif
-
- if $choice EQ "3"
- run AlertPatch
- endif
- .aminet-dir
- util/misc
-