home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / Devcon_Extras / SRT / README < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  56 lines

  1.  
  2. SRT (Set Requester Text) v1.31   by  Carolyn Scheppner
  3.  
  4. * Copyright (c) 1988 Commodore-Amiga, Inc.   All Rights Reserved
  5. *  
  6. *  This program is provided "as is"; no warranties are made.  All use
  7. *  is at your own risk, and no liability or responsibility is assumed.
  8.  
  9.  
  10. Usage: SRT file|RESET|?
  11.  
  12. This program installs a wedge into AutoRequest for the purpose
  13. of replacing the text of standard system requesters.
  14.  
  15. SPECIAL BONUS
  16. If your replacement text for "Software error - task held" is "DEBUG",
  17. SRT will replace those useless Software Error requesters with a full
  18. width display of the PC, SP, registers, task address, and name of the
  19. task/command/process that crashed.  And the left gadget will now allow
  20. you to get rid of the requester and just have that task wait forever.
  21.  
  22. Note that you can even install SRT AFTER you have crashed - this
  23. is very handy if you crash unexpectedly.  As long as you can pop
  24. or click up a newshell or cli, you can install SRT with the debug text,
  25. select "Retry" on your normal Software Error requester, and have it
  26. replaced by the SRT debug requester.
  27.  
  28.  
  29. You provide the replacement text in an ascii file of the following
  30. form:
  31.  
  32. N=linecount
  33. "old text" "new text"
  34. "old text" "new text"
  35. etc.
  36.  
  37. I have provided a sample file called srt.text
  38.  
  39. This would be installed as follows:
  40.  
  41. SRT srt.text
  42.  
  43.  
  44. I have also provided several small programs (each called crashN where
  45. N = the number of the exception the program causes).
  46.  
  47. After installing SRT srt.text, you can test the new DEBUG requester
  48. by running any of those programs >NIL:.
  49.  
  50. for example, run crash8 >NIL:
  51.  
  52.  
  53.  
  54. If not in use, SRT can be uninstalled with the command: SRT RESET
  55.  
  56.