home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / foxupdat / update.bat < prev    next >
DOS Batch File  |  1993-12-01  |  342b  |  12 lines

  1. echo off
  2. echo    This batch file is used to patch the FoxPro for Windows files.
  3. echo    This batch file assumes ATTRIB.EXE is in the path.
  4.  
  5. if exist foxw250a.esl ATTRIB -r FOXW250A.ESL
  6.  
  7. REM     Apply patches to foxprow.exe and foxw250a.esl (if appropriate)
  8.     ATTRIB -r FOXPROW.EXE
  9.     PATCH -P
  10.     UPD_RT.EXE -D -O
  11.     ATTRIB +r FOXPROW.EXE
  12.