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.