home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / util / misc / degrader / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  60 lines

  1. .name
  2. Degrader
  3. .type
  4. OS Utility
  5. .short
  6. Tries to get badly written progs to work
  7. .description
  8. Degrades your machine to try and get badly written programs
  9. to work.  Allows you to block memory, add non-autoconfig
  10. memory at reset, turn audio filter on or off, intercept
  11. privilege violation errors, switch off cache/burst modes and
  12. can slow down a fast machine.  Also can swap the boot drive
  13. and force 50Hz or 60Hz.  Will do things straight away, after
  14. one reset or after every reset.
  15. .version
  16. 1.30
  17. .date
  18. .author
  19. Chris Hames
  20. .restrictions
  21. .requirements
  22. .reference
  23. AmigaLibDisk866:Degrader/
  24. 1.30
  25. AmigaLibDisk562:Degrader/
  26. 1.00
  27. .keywords
  28. .distribution
  29. Copyrighted but Freely Redistributable
  30. .price
  31. .address
  32. .email
  33. bytey@werple.apana.org.au
  34. .phone
  35. .fax
  36. .exectype
  37. .installsize
  38. .source
  39. .construction
  40. .tested
  41. .docs
  42. Degrader.doc
  43. .described-by
  44. Fred Fish (fnf@fishpond.cygnus.com)
  45. .submittal
  46. Submitted on disk directly by the author.
  47. .execute
  48. LAB start
  49. set choice `RequestChoice "Degrader" "Please select an option" "Documentation" "Run" "Cancel"`
  50. if $choice GT "0"
  51.   if $choice EQ "1"
  52.     MetaTool Degrader.doc TEXT
  53.   else
  54.     WBRun Degrader
  55.   endif
  56.   skip start BACK
  57. endif
  58. .aminet-dir
  59. util/misc
  60.