Chcp error running batch file

Running Vista Home Premium & DO 9.1

I have made a button to compare two files as follows:
MS-DOS Batch Function
c:\windows\system32\fc.exe /b {filepath$} {filepathdest$}
pause
@nodeselect

Although the script works ok I always get the message below about ‘chcp’

'chcp' is not recognized as an internal or external command,
operable program or batch file.
Comparing files D:\SOFTWARE\ADOBE FLASH PLAYER V9.0.115.0\install_flash_player_a
ctive_x.msi and D:\DOWNLOADS\INSTALL_FLASH_PLAYER_ACTIVE_X.MSI
FC: no differences encountered

Anybody know why this is?
It looks to me as though DO is trying to run chcp even though I do not ask it to.

:confused:

Sounds like something is wrong with your Windows install and C:\Windows\System32 is no longer in the command path. (Or chcp.com has been deleted from there.)

OK problem solved, thanks for your help.
It seems jv16 had messed with my command path.
I reset the command path and all was well again.
:smiley: