home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SXPEX20.ZIP / PEXPRESS.DOC < prev    next >
Encoding:
Text File  |  1995-08-24  |  2.9 KB  |  69 lines

  1. ─────────────────────────────────────────────────────────────────────────────
  2.                                PEXpress 2.00
  3. ─────────────────────────────────────────────────────────────────────────────
  4.  
  5.          A ProBoard "PEX" program for auto-starting Silver Xpress.
  6.                           by Jim Louvau (04/08/94)
  7.             (modified for Proboard 2.10 by Santronics, 08/01/95)
  8.  
  9. ─────────────────────────────────────────────────────────────────────────────
  10.  
  11. What it does:
  12. ─────────────
  13.  
  14.   The Silver Xpress Off-Line Mail System offers users an option to
  15.   "auto-start".
  16.  
  17.   The designer of Xpress put it there for the intention of 3rd party
  18.   programs to READ this user flag and auto-start Silver Xpress. Not
  19.   many BBS programs have the ability to use this feature in Xpress.
  20.  
  21.   However, Proboard does with its PEX progamming system.  This PEX will be
  22.   called when the user logs in. It checks the Xpress User flag for the
  23.   auto-start option, and if enabled, Xpress is automatically started!  If
  24.   disabled, the PEX exits and PROBOARD continues with normal login
  25.   operations.
  26.  
  27.   This is an excellent POWER FEATURE no other Off-line Mail System has and
  28.   it will give your BBS a wonderful option that isn't forced upon users!
  29.  
  30. How it does it:
  31. ───────────────
  32.  
  33.   PEXpress is meant to be renamed and run as one of your "WELCOMEx.PEX"
  34.   files. When called, it will search the Silver Xpress user records for the
  35.   current user's name. If found, it will check to see if they have turned
  36.   on the auto-start feature, and if so, will do a menu shell (menu type 7
  37.   call) to run the Silver Xpress door.
  38.  
  39. Setup:
  40. ──────
  41.  
  42.   1) Rename "PEXPRESS.PEX" to an unused "WELCOMEx.PEX" file, and place it
  43.      in your ProBoard PEX directory.  It should be the first one for better
  44.      operations, such as WELCOME1.PEX
  45.  
  46.   2) Copy PEXPRESS.INI to the \PB directory and modify the file to match
  47.      your system parameters. There are two parameters in the "INI" file:
  48.  
  49.      USERFILE = <pathname> : This tells PEXpress where to find the Silver
  50.      Xpress user file. This *MUST* be a full path and filename. The Silver
  51.      Xpress user file is normally called "XPUSER.DAT," and is located in
  52.      the Silver Xpress system directory. For example, if you installed
  53.      Xpress in "C:\XPRESS," then the "USERFILE" setting in "PEXPRESS.INI"
  54.      would be:
  55.  
  56.           USERFILE = C:\XPRESS\XPUSER.DAT
  57.  
  58.      COMMAND = <command> : This is a ProBoard type 7 menu command ("DATA")
  59.      line. Since PEXpress will run the Silver Xpress door, exactly as if it
  60.      had been called by a type 7 menu function, the parameters that
  61.      ProBoard will pass to it need to be specified here.
  62.  
  63.           COMMAND = *Z XPRESS.BAT -P*P -B*B *X
  64.  
  65.      This will run the XPRESS.BAT.  You should be able to use the same
  66.      batch file provided for normal Xpress operations using the Proboard
  67.      Xpress menu provided (SXMENU.PBM) by the Silver Xpress installation.
  68.  
  69.