home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / POSTINST.BAT < prev    next >
DOS Batch File  |  1994-01-31  |  976b  |  29 lines

  1. @echo off
  2.  
  3. :
  4. : This Batch file SHOULD be executed after running INSTALL.
  5. :
  6.    if exist areas.def ren areas.def xpareas.def
  7.    if exist xpareas.def ren xpareas.def xpareas.ctl
  8.    if exist xpareas.sdm ren xpareas.sdm xpfido.ctl
  9.    if exist xpuser.dat xpucvt7 xpuser.dat
  10.    if exist xpuser.def xpucvt7 xpuser.def
  11.    if exist RUNMCTL.BAT call RUNMCTL.BAT
  12.  
  13.    xpadm
  14.  
  15. : make read only for multi-node setups
  16.  
  17.    attrib xpmail.exe +r
  18.    attrib xpadm.exe +r
  19.  
  20.    echo -------------------------------------------------------------------------
  21.    echo WARNING:
  22.  
  23.    echo if you are upgrading from version 3.00 of Xpress, please be aware
  24.    echo the command line switches for XPMAIL have been drastically revamped.
  25.    echo Most likely you will not need switches to call Xpress depending on
  26.    echo your model. See the example batch file, XPRESS.BAT (XPRESS for PCBOARD).
  27.    echo -------------------------------------------------------------------------
  28.    pause
  29.