This is code that works on my previous version build machine, and also works on my local PC. When I copy the code to my new build machine, the code does not work. (all these machines are Windows 10).
I have a script that creates a txt file named C:\Installers\JMP15WIN\1510\BATCH\diff.txt with this content
load IgnoreUnimportantEnabled
criteria rules-based
load "C:\Installers\JMP15WIN\1500\RootFiles" "C:\Installers\JMP15WIN\1510\RootFiles"
expand all
select right.orphan.files right.diff.files
copyto right path:base "C:\Installers\JMP15WIN\15001510\RootFiles"
I run this command "C:\Program Files\Beyond Compare 4\bcompare.exe" @"C:\Installers\JMP15WIN\1510\BATCH\diff.txt"
and get this error.

It is possible a setting I need to make on my new build machine?
Thanks,
Bob Hickey
I have a script that creates a txt file named C:\Installers\JMP15WIN\1510\BATCH\diff.txt with this content
load IgnoreUnimportantEnabled
criteria rules-based
load "C:\Installers\JMP15WIN\1500\RootFiles" "C:\Installers\JMP15WIN\1510\RootFiles"
expand all
select right.orphan.files right.diff.files
copyto right path:base "C:\Installers\JMP15WIN\15001510\RootFiles"
I run this command "C:\Program Files\Beyond Compare 4\bcompare.exe" @"C:\Installers\JMP15WIN\1510\BATCH\diff.txt"
and get this error.
It is possible a setting I need to make on my new build machine?
Thanks,
Bob Hickey
Comment