home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / xm198os2.arj / CONFIGS.ZIP / XENREQ.CFG < prev    next >
Encoding:
Text File  |  1995-01-31  |  2.1 KB  |  40 lines

  1. ; =============================================================================
  2. ; XENREQ.CFG  Request processor config        Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4.  
  5. ; Request logic - If you want to allow requests, you HAVE to specify this path
  6. ; so Xenia knows where to finds its request index REQUEST.IDX/REQUEST.DIR, and
  7. ; also where to put the XENRQ*.LOG file (only appended if it already exists).
  8. ; There is no default path, so if this statement is not specified: no requests.
  9. ; The request index is created by REQCOMP, which you run in the same directory.
  10. ; You'll want to run REQCOMP at least once a day, perhaps more often.....
  11. ; Please refer to REQUEST.CFG (REQCOMP's cfgfile) for detailed information.
  12.  
  13. REQUEST    C:\XENIA\
  14.  
  15. ;REQUEST-ON-US                  ; If you want to accept requests when YOU call
  16.  
  17.  
  18. ; -----------------------------------------------------------------------------
  19. ; SERVREQ <filepattern> <progname> <description>
  20. ; The number of servreq (server request) lines allowed is unlimited.
  21. ; If a file with a name matching the specified pattern is received in a Zmodem
  22. ; or Hydra session, the specified program + filename is stored in an internal
  23. ; list, and executed at the moment normal requests may also be processed.
  24. ; Servers are called with the following parameters:
  25. ;       <pathname> <task#> <filelist>
  26. ; pathname is the name of the file that was received from the remote system.
  27. ; task#    is the Xenia task number (0 if none)
  28. ; filelist is the path+filename to which the server may append one or more
  29. ;          lines with path+filenames of (response) files Xenia should send.
  30. ;
  31. ; This feature will probably be expanded in the future, to pass more info about
  32. ; a session to the server program. That would make it possible for you to
  33. ; replace the internal *.REQ processor with an external file request processor.
  34.  
  35. ;SERVREQ *.REG      C:\XENIA\BIN\AREGPROG.EXE  Program X registration
  36. ;SERVREQ SERVICE.*  C:\XENIA\BIN\ASERVER2.CMD  Some server request gadget
  37.  
  38.  
  39. ; =============================================================================
  40.