The utility is slightly modified analogue of utility VFP tools/CpZero/CpZero.prg and is intended for change of CodePage dbf-based files. It is written on MS VC++ VS .NET 2003, therefore can be used and there where there are no installed VFP-runtime libraries. 

The modifications are the following:
- all files of the specified catalogue is exposed to processing, not one file as in CpZero.prg
- 866 (i.e. DOS Russian) as the most prospective value is by default, not empty code page (i.e. 0)
- at last, the list of extensions of the dbf-based files is a little bit expanded, i.e. such: DBF, SCX, VCX, FRX, LBX, MNX, DBC, PJX 

The line to call has following syntax:

>CpDbfChange.exe [[{/|-} d] <"FullPath">] [[{/|-} c] <CodePage>] | {/|-} h

Here:

<"FullPath"> - a full path to the directory with dbf-based files (at the absence, the current directory)
<CodePage> - the code page which is required to be rewrited in headers of all dbf-based files (at absence, is meant 866)
 

P.S. Remove line #define RUS_LANG in stdafx.h and recompile project for get the Englich verion of this utility

Best regards.
Michael Drozdov, ICS Soft, Perm, Russia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
My Page: http://vfpdev.narod.ru/
ICS Page: http://www.ics.perm.ru/ [on Russian]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~