home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 440.lha / Arp2Req_V1.1 / Arp2Req.doc < prev    next >
Text File  |  1990-11-13  |  2KB  |  52 lines

  1. *****************************************************************************
  2.  
  3.                                Arp2Req V1.1
  4.  
  5. *****************************************************************************
  6.  
  7.  
  8. Copyright © 1990
  9.  
  10. Nick! Salmoria
  11. Via Piemonte 11
  12. 53100 Siena   ITALY
  13. (0577)54164
  14.  
  15.  
  16. You may (must) copy this stuff as much as you like, but you should copy this
  17. text file and the source code together with the executable.
  18. The program may be included in any commercial product, as long as the
  19. copyright notice is left intact.
  20.  
  21. *****************************************************************************
  22.  
  23.  
  24. If you, like me, prefer the req.library file requester (RFR from now on) to the
  25. arp.library one (AFR), this little proggie is what you need.
  26. If you don't know req.library, look around for it 'cos it's a very nice library
  27. with a wonderful file requester and a lot of useful functions.
  28. If you dont't know arp.library... well, where have you been in the past five
  29. years?
  30. If you know both of them, and still prefer AFR, you don't deserve this program!
  31.  
  32. All Arp2Req does is replacing AFR with RFR so that all programs that used AFR
  33. will use RFR.
  34. The program should work fine on most situations. Unfortunately, it was not
  35. possible to use the exetended facilities of RFR, in particular the directory
  36. caching which AFR doesn't even know about.
  37.  
  38.  
  39. Syntax: Arp2Req <CR>
  40.  
  41. No arguments needed. Program needs not to be Run. I suggest putting it in your
  42. startup-sequence. Of course, both arp.library and req.library must be in your
  43. LIBS: directory (or in any mounted volume, if you use my LibReq).
  44.  
  45. CHANGES FROM PREVIOUS VERSIONS:
  46.  
  47. V1.1
  48. Arp allows to put a pattern in the Directory field. Req doesn't, but provides a
  49. 'Show' and a 'Hide' gadget. Now, if a pattern is specified, it is removed from
  50. the directory name and put in the Show field. Thanks to Marco Ciuchini for this
  51. suggestion.
  52.