home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK6 / OS_14 / OS2RR011.ZIP / READ.ME next >
Text File  |  1993-02-19  |  4KB  |  89 lines

  1. /*****************************************************************************/
  2. /* RR - ReXX REQUESTER                                                       */
  3. /*                                                                           */
  4. /* Revision 0.10 (30/01/93)                                                  */
  5. /*                                                                           */
  6. /* (C) Copyright 1993 by Martin Adirsch.                                     */
  7. /*                                                                           */
  8. /* This is 'FreeWare'.  As such, it may be copied and distributed            */
  9. /* freely.  If you want to use part of it in your own program, please        */
  10. /* give credit where credit is due.  If you want to change the               */
  11. /* program, please refer the change request to me or send me the             */
  12. /* modified script code.  I can be reached as FIDO-POINT 2:240/602.26        */
  13. /*                                                                           */
  14. /* You may notice, that there are several options, which are still out       */
  15. /* of function. This will change soon ;-).                                   */
  16. /*****************************************************************************/
  17.  
  18. To install RR just do the following:
  19.  
  20. 1.) Create a directory, or copy RR.CMD and RR.CFG to a directory where all
  21.     Filelists are stored.
  22.  
  23. 2.) Now change RR.CFG with an ASCII-Editor. Use the same SYNTAX as used for the
  24.     Example-Filelists.
  25.  
  26.     Important: RR.CMD does not support blank lines in RR.CFG
  27.  
  28. 3.) Now change line 30-39 in RR.CMD with an ASCII-Editor:
  29.  
  30.     outbound='d:\bink\outbound\'  <----- This is where RR.CMD puts the
  31.                                          *.req- and *.clo-Files
  32.     lister='@ call d:\os2tools\L' <----- set'lister=1'if you don't use an
  33.                                          external lister
  34.     Passwort='!PASSWORD'          <----- Put in Req. Passwort (_capital_ let-
  35.                                          ters only, "!" is necessary. )
  36.  
  37.     temp_dir='d:\temp\'           <----- your directory for temporary files
  38.  
  39.     arj_pack='@ call d:\os2tools\unarj e '  <----.
  40.     zip_pack='@ call d:\os2tools\pkunzip '  <----|
  41.     lh_pack='@ call d:\os2tools\lh x '      <----|
  42.                                                  |
  43.     .--------------------------------------------'
  44.     |
  45.     `---> The RR.CMD-supported Packer: put in the right path-name.
  46.           It is IMPORTANT that the name of a packed filelist is the same
  47.           as the archiv-name, but ending on ".LST"
  48.  
  49.           Example: The filelist in 22400602.arj must have the name:
  50.                    2240602.LST
  51.  
  52.     filelist_dir='d:\bink\rr\'    <----- your directory for filelists
  53.  
  54.  
  55.  
  56. That's all ;-).
  57.  
  58. Remember: RR.CMD is still not complete. It works fine but, there is still a
  59.           lot to do. Specially the ERROR-Routines are missing. It is easy to
  60.           blow off RR.CMD. If you use it correctly there are no problems.
  61.           I would apreciate YOUR HELP and IDEAS to make RR.CMD better and
  62.           better.
  63.  
  64.           To do tagging: - pressing SPACEBAR will show the TAGSYMBOL ">>"
  65.                          - use cursorblock to move TAGSYMBOL
  66.                          - pressing SPACEBAR again will tag and ask for
  67.                            confirmation.
  68.                          - use ESC to quit the tag-mode
  69.  
  70.           ReXX is GREAT:
  71.  
  72. !!!  This ReXX-Script works faster than _all_ other REQUEST TOOLS I know  !!!
  73.      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  74.  
  75.  
  76. Features of RR.CMD
  77. ------------------
  78.  
  79. - Global search: RR.CMD searches through 48 filelists
  80. - FAST ! To search through 4.2MB's of unpacked filelists RR.CMD needs only
  81.   25 seconds (486/33)
  82. - Detailed search
  83. - With RR.CMD you can handle up to 48 filelists
  84. - Build-in Lister with tagging support
  85. - Use of an external lister is possible
  86. - ARJ, LZH, ZIP supported
  87.  
  88.  
  89.