home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / tcp / server14 / req.doc < prev    next >
Encoding:
Text File  |  1989-08-08  |  3.1 KB  |  105 lines

  1.  
  2. Greetings,
  3.  
  4.  
  5.      REQFIL has been revised to use directories 0-9..  The original REQDIR
  6. has been changed to include file request instructions with the reply message.
  7. And a new REQDIR2 for systems that have a very large number of directories
  8. and files.  The following describes the operation of the programs.
  9.  
  10.  
  11.  
  12. REQDIR.EXE      Ver 1.4 (8-8-89)
  13.  
  14.  
  15.      SP REQDIR @ BBS will generate a return message containing all
  16. directories and files.
  17.  
  18.  
  19.      The SERVER.MB text required to activate this server is:
  20.  
  21.      s reqdir \mb\reqdir.exe reqdir.out 8 reqdir.in 8
  22.  
  23.  
  24.      Options are used to lock-out directories that are not to be included in
  25. the listing.  You may desire to, limit the size of the listing, not include
  26. directories with very large files, etc..  The option/s are used as if they
  27. were command line arguments but are placed in a separate file in the BBS
  28. directory.  This option file is not required for the operation of the
  29. server.
  30.  
  31.      The server looks for a file with the name 'REQDAT.RLI' when
  32. initialized.  Use, "copy con reqdat.rli" as you would a batch file.  To
  33. lock-out a directory, enter '-' followed be the directory ID/s.  As an
  34. example, to keep the A, F, & T directories out of the listing, use the
  35. following:
  36.  
  37.      -aft
  38.  
  39.  
  40.      As of version 1.2 of REQDIR, this server will also accept command line
  41. options.  This requires that 'server.mb' call a batch file that runs 'reqdir'
  42. with the options as in the following example.  (NOTE: This method will use
  43. more memory since command.com must be loaded.)
  44.  
  45.      To remove directories A, G, & T from the listing, enter the following in
  46. a batch file:
  47.  
  48.      \mb\reqdir -agt
  49.  
  50.  
  51.      The SERVER.MB text in this case would be:
  52.  
  53.      s reqdir \mb\direq.bat reqdir.out 8 reqdir.in 8
  54.      (Where, 'direq.bat' is the batch file in directory 'mb').
  55.  
  56.  
  57.  
  58.  
  59. REQDIR2      Ver 1.1 (8-8-89)
  60.  
  61.  
  62.      REQDIR2 is for systems with a large number of directories and files.
  63. Operation is the same as above with the following exceptions.
  64.  
  65.      A REQDIR message with no subject command gives a sub-directory listing
  66. only.  SP REQDIR @ BBS will generate a return message containing all
  67. sub-directories.
  68.  
  69.      A REQDIR message subject with "-", followed by the directory ID/s,
  70. returns those directories.  Up to five (5) directories can be requested in a
  71. message.  As an example, this subject line would request a listing for
  72. directories A, D, E, 2, and 8:
  73.  
  74.     -ade28
  75.  
  76.  
  77.      The SERVER.MB text required to activate this server is:
  78.  
  79.      s reqdir \mb\reqdir2.exe reqdir.out 8 reqdir.in 8
  80.  
  81.  
  82.      NOTE:  If you choose to rename "REQDIR2.EXE" to "REQDIR", remember to
  83.      change the associated files.
  84.  
  85.  
  86.  
  87.  
  88. REQFIL.EXE      Ver 1.2 (6-17-89)
  89.  
  90.  
  91.      SP REQFIL @ BBS will generate a return message containing file specified
  92. in the Subject field using the RLI download format.
  93.  
  94.      SP REQFIL @ WB3AFL        (Title/Subject)->ds reqdir.c
  95.  
  96.  
  97.      The SERVER.MB text required to activate this server is:
  98.  
  99.      s reqfil \mb\reqfil.exe reqfil.out 8 reqfil.in 8
  100.  
  101.  
  102.      As of version 1.2, REQFIL will process requests on directories 0-9.
  103.  
  104.  
  105.