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

  1. echo off
  2. echo    This batch file is used to patch the FoxPro for Windows 
  3. echo    distribution kit files.
  4. echo    This batch file assumes ATTRIB.EXE is in the path.
  5.  
  6. IF EXIST FOXW250B.ESL ATTRIB -r FOXW250B.ESL
  7.  
  8.     UPD_DK.EXE -D -O
  9.     
  10. IF EXIST FOXW250B.ESL ERASE FOXW250B.ESL
  11.     RENAME foxw250A.esl foxw250B.esl
  12.     ATTRIB +r FOXW250B.ESL
  13.