home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / MAILERS / XENIA / XENBBS.CFG < prev    next >
Text File  |  1995-01-31  |  5KB  |  101 lines

  1. ; =============================================================================
  2. ; XENBBS.CFG  Applications (BBS, UUCP)        Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4.  
  5. ; BANNER <textstring>
  6. ; Xenia will send this text to any caller, after its own identification stuff
  7. ; that includes Xenia name/version/OS, your primary address, and task number.
  8. ; If a XENIA*.BAN file exists, it will be sent INSTEAD of this 'banner' text
  9. BANNER  Welcome to My Nice System
  10.  
  11.  
  12. ; -----------------------------------------------------------------------------
  13. ; Errorlevel to exit with for 'BATCH' method EXTAPP entries
  14. ; CALL XENAP*.BAT/CMD from batchfile (* is tasknumber or nothing if no taskno)
  15. ; YOU are responsible for getting back to Xenia, XENAP*.BAT/CMD just ends
  16. ; The default is errorlevel 3
  17. ;APPERRORLEVEL 3
  18.  
  19.  
  20. ; -----------------------------------------------------------------------------
  21. ; Change the default string to send when BBS available
  22. ;APPTEXT    Press <ESC> twice to enter the BBS
  23.  
  24.  
  25. ; -----------------------------------------------------------------------------
  26. ; Change the default string to send when no BBS is available or in no-BBS event
  27. ;NOAPPTEXT  Processing mail only now - please disconnect and call back later.
  28.  
  29.  
  30. ; -----------------------------------------------------------------------------
  31. ; Last BBS caller information, so Xenia can display who last called your BBS
  32. ; This is one of those rare options in the gimmick department ;-)
  33. ;
  34. ; Xenia just wants to know the path where the BBS puts its last caller files,
  35. ; it does NOT read any of the BBS program's config files!
  36. ; The only currently supported BBS programs are Maximus and RemoteAccess
  37. ; I'm not 100% sure about the RA support if you have a single line RA setup....
  38. ;
  39. ; One more thing this option can do: if you've selected BBS Maximus, Xenia will
  40. ; write its status info to IPC##.BBS files (Max 2.x compatible) in the FLAGDIR
  41. ; directory. If you make this directory the same as your Maximus IPC setting,
  42. ; BBS callers can see what's going on with Max' W)ho's on command, and you
  43. ; could have a nice desktop utility showing what all tasks are up to...
  44.  
  45. ;BBS Maximus      C:\MAX\
  46. ;BBS RemoteAccess C:\RA\
  47.  
  48.  
  49. ; -----------------------------------------------------------------------------
  50. ; EXTAPP type string method batchfile info
  51. ; type    MODEM, BBS, MAIL, ALWAYS
  52. ; string  Part of a MODEM connect string, or a string sent by calling party
  53. ; method  SPAWN (in case of DOS, Xenia swaps itself to XMS/EMS/disk)
  54. ;         BATCH (see 'APPERRORLEVEL')
  55. ;         EXIT  (don't create XENAP*.BAT/CMD, just exit with speed/100)
  56. ;               Under DOS, the speed/100 is passed back modulo 256
  57. ; batch   Name of batchfile to spawn, or batch start via XENAP*.BAT/CMD
  58. ;         For 'EXIT' method apps, batchname is not used but must be specified!
  59. ;         Don't specify .BAT or .CMD, then the config is nicely OS independent.
  60. ;         NOTE: The parameters with which this batchfile is called are listed
  61. ;               at the start of XENIA.CFG file: all info about XENAP*.BAT/CMD
  62. ; info    Text for logfile and to send to the user when starting application.
  63. ;         This text is NOT send for 'MODEM' type applications.
  64. ; There is no default BBS application, so unless you specify one or more here,
  65. ; there won't be one available!
  66. ; Also, there is no timeout with a default application. The user HAS to press
  67. ; something (or have his/her terminal do IEMSI). Timeouts can cause troubles
  68. ; on some long distance mailsessions, costing people a lot of money....
  69. ; The number of EXTAPP lines is unlimited (well, limited by available memory).
  70.  
  71. ; Make BBS available; don't forget to set B)BS flags in XENIA*.EVT
  72. ; \ means the <ESC> key (the most common way to enter BBS is press <ESC> twice)
  73. EXTAPP BBS \\              SPAWN XENMAX  My Nice Maximus BBS
  74. EXTAPP BBS **EMSI_CLIFA8C  SPAWN XENMAX  My Nice Maximus BBS (IEMSI Client)
  75.  
  76. ; Using the RemoteAccess 'shell to mailer' method
  77. ; Make sure you specify all possible connect speeds in RA's setup!
  78. ;EXTAPP BBS \\              EXIT  dummy   My RA BBS
  79. ;EXTAPP BBS **EMSI_CLIFA8C  EXIT  dummy   My RA BBS (IEMSI Client)
  80.  
  81. ; If you want to have a second BBS application, started by user key AA
  82. ; Make sure you tell the user about the keys he can or has to press, either in
  83. ; APPTEXT or in the XENIA*.BAN file
  84. ;EXTAPP BBS AA             SPAWN XENALT  My alternative BBS
  85.  
  86. ; Start up UUCP mailer if string 'UUCP' is received
  87. ;EXTAPP MAIL   UUCP  SPAWN XENUUCP  UUCICO
  88.  
  89. ; type ALWAYS is like BBS, but is also active in no-BBS events
  90. ; This is a nice trick so you can always get to your BBS using a special code
  91. ;EXTAPP ALWAYS  MYSPECIALENTRYCODE  SPAWN XENMAX  My Nice BBS special access
  92. ;EXTAPP ALWAYS  OVERRIDEIDBWHW      SPAWN XENALT  My alterBBS, special access
  93.  
  94. ; Start up FAX receiver for a modem connect containing the string 'FAX'
  95. ; Of course you don't need this, as you can use Xenia's internal FAXreceive!
  96. ; But if you DO need to use it, don't forget to set the Xenia 'FAX OFF' option.
  97. ;EXTAPP MODEM  FAX  SPAWN XENFAX  FAX receive
  98.  
  99.  
  100. ; =============================================================================
  101.