home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================================
- ; XENREQ.CFG Request processor config Xenia Version 1.98 - January 1995
- ; =============================================================================
-
- ; Request logic - If you want to allow requests, you HAVE to specify this path
- ; so Xenia knows where to finds its request index REQUEST.IDX/REQUEST.DIR, and
- ; also where to put the XENRQ*.LOG file (only appended if it already exists).
- ; There is no default path, so if this statement is not specified: no requests.
- ; The request index is created by REQCOMP, which you run in the same directory.
- ; You'll want to run REQCOMP at least once a day, perhaps more often.....
- ; Please refer to REQUEST.CFG (REQCOMP's cfgfile) for detailed information.
-
- REQUEST C:\XENIA\
-
- ;REQUEST-ON-US ; If you want to accept requests when YOU call
-
-
- ; -----------------------------------------------------------------------------
- ; SERVREQ <filepattern> <progname> <description>
- ; The number of servreq (server request) lines allowed is unlimited.
- ; If a file with a name matching the specified pattern is received in a Zmodem
- ; or Hydra session, the specified program + filename is stored in an internal
- ; list, and executed at the moment normal requests may also be processed.
- ; Servers are called with the following parameters:
- ; <pathname> <task#> <filelist>
- ; pathname is the name of the file that was received from the remote system.
- ; task# is the Xenia task number (0 if none)
- ; filelist is the path+filename to which the server may append one or more
- ; lines with path+filenames of (response) files Xenia should send.
- ;
- ; This feature will probably be expanded in the future, to pass more info about
- ; a session to the server program. That would make it possible for you to
- ; replace the internal *.REQ processor with an external file request processor.
-
- ;SERVREQ *.REG C:\XENIA\BIN\AREGPROG.EXE Program X registration
- ;SERVREQ SERVICE.* C:\XENIA\BIN\ASERVER2.CMD Some server request gadget
-
-
- ; =============================================================================