home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
xbase
/
foxupdat
/
update.bat
< prev
next >
Wrap
DOS Batch File
|
1993-12-01
|
342b
|
12 lines
echo off
echo This batch file is used to patch the FoxPro for Windows files.
echo This batch file assumes ATTRIB.EXE is in the path.
if exist foxw250a.esl ATTRIB -r FOXW250A.ESL
REM Apply patches to foxprow.exe and foxw250a.esl (if appropriate)
ATTRIB -r FOXPROW.EXE
PATCH -P
UPD_RT.EXE -D -O
ATTRIB +r FOXPROW.EXE