home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================================
- ; XENBBS.CFG Applications (BBS, UUCP) Xenia Version 1.98 - January 1995
- ; =============================================================================
-
- ; BANNER <textstring>
- ; Xenia will send this text to any caller, after its own identification stuff
- ; that includes Xenia name/version/OS, your primary address, and task number.
- ; If a XENIA*.BAN file exists, it will be sent INSTEAD of this 'banner' text
- BANNER Welcome to My Nice System
-
-
- ; -----------------------------------------------------------------------------
- ; Errorlevel to exit with for 'BATCH' method EXTAPP entries
- ; CALL XENAP*.BAT/CMD from batchfile (* is tasknumber or nothing if no taskno)
- ; YOU are responsible for getting back to Xenia, XENAP*.BAT/CMD just ends
- ; The default is errorlevel 3
- ;APPERRORLEVEL 3
-
-
- ; -----------------------------------------------------------------------------
- ; Change the default string to send when BBS available
- ;APPTEXT Press <ESC> twice to enter the BBS
-
-
- ; -----------------------------------------------------------------------------
- ; Change the default string to send when no BBS is available or in no-BBS event
- ;NOAPPTEXT Processing mail only now - please disconnect and call back later.
-
-
- ; -----------------------------------------------------------------------------
- ; Last BBS caller information, so Xenia can display who last called your BBS
- ; This is one of those rare options in the gimmick department ;-)
- ;
- ; Xenia just wants to know the path where the BBS puts its last caller files,
- ; it does NOT read any of the BBS program's config files!
- ; The only currently supported BBS programs are Maximus and RemoteAccess
- ; I'm not 100% sure about the RA support if you have a single line RA setup....
- ;
- ; One more thing this option can do: if you've selected BBS Maximus, Xenia will
- ; write its status info to IPC##.BBS files (Max 2.x compatible) in the FLAGDIR
- ; directory. If you make this directory the same as your Maximus IPC setting,
- ; BBS callers can see what's going on with Max' W)ho's on command, and you
- ; could have a nice desktop utility showing what all tasks are up to...
-
- ;BBS Maximus C:\MAX\
- ;BBS RemoteAccess C:\RA\
-
-
- ; -----------------------------------------------------------------------------
- ; EXTAPP type string method batchfile info
- ; type MODEM, BBS, MAIL, ALWAYS
- ; string Part of a MODEM connect string, or a string sent by calling party
- ; method SPAWN (in case of DOS, Xenia swaps itself to XMS/EMS/disk)
- ; BATCH (see 'APPERRORLEVEL')
- ; EXIT (don't create XENAP*.BAT/CMD, just exit with speed/100)
- ; Under DOS, the speed/100 is passed back modulo 256
- ; batch Name of batchfile to spawn, or batch start via XENAP*.BAT/CMD
- ; For 'EXIT' method apps, batchname is not used but must be specified!
- ; Don't specify .BAT or .CMD, then the config is nicely OS independent.
- ; NOTE: The parameters with which this batchfile is called are listed
- ; at the start of XENIA.CFG file: all info about XENAP*.BAT/CMD
- ; info Text for logfile and to send to the user when starting application.
- ; This text is NOT send for 'MODEM' type applications.
- ; There is no default BBS application, so unless you specify one or more here,
- ; there won't be one available!
- ; Also, there is no timeout with a default application. The user HAS to press
- ; something (or have his/her terminal do IEMSI). Timeouts can cause troubles
- ; on some long distance mailsessions, costing people a lot of money....
- ; The number of EXTAPP lines is unlimited (well, limited by available memory).
-
- ; Make BBS available; don't forget to set B)BS flags in XENIA*.EVT
- ; \ means the <ESC> key (the most common way to enter BBS is press <ESC> twice)
- EXTAPP BBS \\ SPAWN XENMAX My Nice Maximus BBS
- EXTAPP BBS **EMSI_CLIFA8C SPAWN XENMAX My Nice Maximus BBS (IEMSI Client)
-
- ; Using the RemoteAccess 'shell to mailer' method
- ; Make sure you specify all possible connect speeds in RA's setup!
- ;EXTAPP BBS \\ EXIT dummy My RA BBS
- ;EXTAPP BBS **EMSI_CLIFA8C EXIT dummy My RA BBS (IEMSI Client)
-
- ; If you want to have a second BBS application, started by user key AA
- ; Make sure you tell the user about the keys he can or has to press, either in
- ; APPTEXT or in the XENIA*.BAN file
- ;EXTAPP BBS AA SPAWN XENALT My alternative BBS
-
- ; Start up UUCP mailer if string 'UUCP' is received
- ;EXTAPP MAIL UUCP SPAWN XENUUCP UUCICO
-
- ; type ALWAYS is like BBS, but is also active in no-BBS events
- ; This is a nice trick so you can always get to your BBS using a special code
- ;EXTAPP ALWAYS MYSPECIALENTRYCODE SPAWN XENMAX My Nice BBS special access
- ;EXTAPP ALWAYS OVERRIDEIDBWHW SPAWN XENALT My alterBBS, special access
-
- ; Start up FAX receiver for a modem connect containing the string 'FAX'
- ; Of course you don't need this, as you can use Xenia's internal FAXreceive!
- ; But if you DO need to use it, don't forget to set the Xenia 'FAX OFF' option.
- ;EXTAPP MODEM FAX SPAWN XENFAX FAX receive
-
-
- ; =============================================================================