home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SX503H1.ZIP / POSTINST.BAT < prev    next >
DOS Batch File  |  1994-06-05  |  790b  |  25 lines

  1. @echo off
  2.  
  3. :
  4. : This Batch file SHOULD be executed after running INSTALL.
  5.  
  6.    if exist xpuser.dat if exist xpucvt7.exe xpucvt7 xpuser.dat
  7.    if exist xpuser.def if exist xpucvt7.exe xpucvt7 xpuser.def
  8.    if exist RUNMCTL.BAT call RUNMCTL.BAT
  9.  
  10.    if exist pre503\xpress.      copy pre503\xpress. >nul
  11.    if exist pre503\xpress.bat   copy pre503\xpress.bat >nul
  12.    if exist pre503\xparch.ctl   copy pre503\xparch.ctl >nul
  13.    if exist pre503\xpprot.ctl   copy pre503\xparch.ctl >nul
  14.    if exist pre503\irrport.ctl  copy pre503\irrport.ctl >nul
  15.    if exist pre503\xplimits.ctl copy pre503\xplimits.ctl >nul
  16.  
  17.    Echo Now running the Xpress Administration program... XPADM.EXE
  18.  
  19.    xpadm
  20.  
  21. : make read only for multi-node setups
  22.  
  23.    if exist xpmail.exe attrib xpmail.exe +r
  24.  
  25.