How can I?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scullsold
    New User
    • May 2018
    • 1

    How can I?

    My program use CreateProcess() to call the BC to compare files specified in script.

    Now, My program want to know the result of whether two compare file is exactly same or different. How can I?

    Shall I use GetExitCodeProcess() to get it?

    Thank you!
  • Aaron
    Team Scooter
    • Oct 2007
    • 16002

    #2
    Hello,

    You would need to call to bcomp.com /quickcompare "c:\file1" "c:\file2"
    And in the Help -> Contents (F1), Command Line Reference, we list the return codes to look for at the bottom of this article.
    Aaron P Scooter Software

    Comment

    Working...