home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPEXE.ZIP / XPRESS < prev   
Text File  |  1993-11-19  |  1KB  |  38 lines

  1. @echo off
  2. :--------------------------------------------------------------------------
  3. :            (c) copyright 1988-1993 by Santronics Software
  4. :--------------------------------------------------------------------------
  5. : TITLE: PCBoard 14.5/15.0 Xpress Door Batch File
  6. :--------------------------------------------------------------------------
  7.  
  8. : XPADM will correct the XPRESS_DRIVE and XPRESS_PATH during the quick
  9. : configuration.  Do not remove the labels, XPRESS_DRIVE and XPRESS_PATH.
  10. : Manually correct it if it didn't do it right.
  11.  
  12. :XPRESS_DRIVE
  13.   C:
  14. :XPRESS_PATH
  15.   CD \XPRESS
  16.  
  17. :--------------------------------------------------------------------------
  18. : EVERYTHING ELSE BELOW DO NOT NEED TO BE MODIFIED. IT SHOULD WORK AS IS.
  19. :--------------------------------------------------------------------------
  20.  
  21. : Xpress will use the PCBNODE string to get the current task automatically.
  22. : PCBDOOR allow passage of PCBoard command lines to Xpress. Only a few
  23. : commands are acceptable.
  24.  
  25.   SET XPA=%PCBDOOR%
  26.   XPMAIL
  27.   SET XPA=
  28.  
  29. : Switch you back to the PCBoard home drive/directory and restart
  30. : the board. Note this is only valid for PCBoard 14.5 or better.
  31. : First check the INPCB string. This is good for PCBoard 15.0 only
  32.  
  33.   if "%INPCB%"=="Y" goto exit
  34.   %PCBDRIVE%
  35.   CD %PCBDIR%
  36.   BOARD
  37. :exit
  38.