home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / reqchange / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-25  |  2KB  |  102 lines

  1. .name
  2. ReqChange
  3. .type
  4. OS Utility
  5. .short
  6. Makes system use Reqtools requesters
  7. .description
  8.   ReqChange is a program that patches Intuition, ASL, ARP and REQ to use
  9. the ReqTools requesters instead. It also adds a couple of extra features,
  10. like an AssignWedge, the possibility to send ARexx-commands when a patched
  11. requester appears, and several options to configure how the patches should
  12. behave.
  13. .version
  14. 3.6
  15. .date
  16. 1995.04.11
  17. .author
  18. Magnus Holmgren
  19. .requirements
  20. Requires OS2.0+
  21. .reference
  22. FreshFish-Vol7:BBS/util/ReqChange-3.4.lha
  23. 3.4
  24. FreshFish-Vol7:New/util/misc/ReqChange/
  25. 3.4
  26. FreshFish-Jul94:BBS/util/ReqChange-3.1.lha
  27. 3.1
  28. FreshFish-May94:BBS/May94/util/misc/ReqChange.lha
  29. 3.1
  30. FreshFish-May94:New/util/misc/ReqChange/
  31. 3.1
  32. FreshFish-Oct93:Old/AmigaLibDisks/Disks680-699/Disk682/ReqChange/
  33. 1.08
  34. FrozenFish-Apr94:BBS/ALib/d6xx/d682/ReqChange.lha
  35. 1.08
  36. GoldFish1-Apr94:BBS/d6xx/d682/ReqChange.lha
  37. 1.08
  38. GoldFish2-Apr94:d6xx/d682/ReqChange/
  39. 1.08
  40. AmigaLibDisk682:ReqChange/
  41. 1.08
  42. .distribution
  43. Shareware
  44. .price
  45. $10 (US), SKR70,
  46. .address
  47. Kvarnbergsvägen 5
  48. S-444 47  Stenungsund
  49. SWEDEN
  50. .email
  51. cmh@augs.se
  52. .docs
  53. ReqChange.Readme
  54. Registration.form
  55. Docs/English/ReqChange.guide
  56. Docs/Svenska/ReqChange.guide
  57. .described-by
  58. Richard Fish
  59. .submittal
  60. Downloaded via ftp from Aminet
  61. .aminet-dir
  62. util/misc
  63. .execute
  64. set choice `RequestChoice "ReqChange" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
  65.  
  66. if $choice EQ "0"
  67.   quit 5
  68. endif
  69.  
  70. if $choice EQ "1"
  71.   MetaTool ReqChange.ReadMe TEXT
  72. endif
  73.  
  74. if $choice EQ "2"
  75.   set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Svenska" "Cancel"`
  76.   if $choice2 EQ "0"
  77.     quit 0
  78.   endif
  79.  
  80.   if $choice2 EQ "1"
  81.     cd Docs/English
  82.     MetaTool ReqChange.guide GUIDE
  83.   endif
  84.  
  85.   if $choice2 EQ "2"
  86.     cd Docs/Svenska
  87.     MetaTool ReqChange.guide GUIDE
  88.   endif
  89. endif
  90.  
  91. if $choice EQ "3"
  92.   cd Install
  93.   Installer SCRIPT "Install ReqChange" APPNAME ReqChange MINUSER AVERAGE LANGUAGE english
  94. endif
  95.  
  96. if $choice EQ "4"
  97.   assign libs: libs/ ADD
  98.   assign locale: "" ADD
  99.   assign fonts: fonts/ ADD
  100.   StartRC
  101. endif
  102.