I'd like to silently compare two xml files and capture the return code. I have several automated processes that can only work if the compare is done silently. I used to use BCQC for doing this type of thing. Can it be done with BC3? I've tried something like:
bcomp.exe <lhs file> <rhs file> /silent
Thanks,
Paul
bcomp.exe <lhs file> <rhs file> /silent
Thanks,
Paul
Comment