home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / misc / SysRep.lha / SysRep.readme < prev    next >
Encoding:
Text File  |  1999-08-20  |  1.9 KB  |  69 lines

  1. Short:    Easy bug reports (users & programmers)
  2. Author:   James L Boyd
  3. Uploader: jamesboyd@all-hail.freeserve.co.uk
  4. Type:     dev/misc
  5. Version:  1.0
  6.  
  7. Description :
  8. -------------
  9.  
  10. This small tool (7336 bytes) simply generates a quick system analysis
  11. as a text file (also displays in CLI for user).
  12.  
  13. Why?
  14. ----
  15.  
  16. The idea is that users can quickly and easily give programmers a
  17. run-down of their setup without having to type everything in, plus
  18. everything's in a clear, concise format, taken directly from the
  19. system. The user just has to run it and attach the output to an
  20. email.
  21.  
  22. Also, because it's so small (and Public Domain), programmers can just
  23. throw it in their archives to make things easier for themselves, by
  24. just having users attach the output to their emailed bug reports, saving
  25. time and hassle (as well as getting the correct information from less
  26. knowledgeable users). Note that you don't have to include anything but
  27. SysRep itself in your archive.
  28.  
  29. Usage :
  30. -------
  31.  
  32.   SysRep <optional output filename>
  33.  
  34. Just typing SysRep automatically outputs to RAM:SysRep.txt, but you'll
  35. be told anyway.
  36.  
  37. Developers : just tell the user to run SysRep and attach the output
  38. to an email.
  39.  
  40. Example output (direct from my crappy ol' system) :
  41. ---------------------------------------------------
  42.  
  43.   SysRep 1.0 output :
  44.  
  45.   WB screenmode : PAL:High Res
  46.   WB size : 640 x 256
  47.   WB depth : 6-bit (64)
  48.   WB font : XEN (8)
  49.   WB locale : english
  50.  
  51.   Kickstart : 40.63
  52.   Workbench : 39.29
  53.  
  54.   Chipset : AGA
  55.   CPU : 68030
  56.   FPU : No FPU
  57.  
  58. Of course, plenty more could be listed, but the idea's to keep
  59. it small for unobtrusive inclusion into others' archives. Anything
  60. you think SHOULD be in there (library lists, other public screen
  61. information, etc), just let me know!
  62.  
  63. If anyone REALLY wants it to run from Workbench, just say so ;)
  64.  
  65. Contact (author) :
  66. ------------------
  67.  
  68. James L Boyd - jamesboyd@all-hail.freeserve.co.uk
  69.