Call Beyond Compare in Visual Basic.

0 votes
No avatar asked by (120 points) about Beyond Compare
edited by

I need to compare many files from child server to main server. I'm not sure if Beyond Compare can support me to call and use it via Visual Basic. Is this possible?

1 Answer

0 votes
No avatar answered by (79.9k points)
edited by

Yes. It is possible to use Beyond Compare on a Visual Basic application, but only by call it through CMD, which you need to open in the application also. This can be done with a command like Process.Start("CMD", " BCompare.exe"). However, you should use the program standalone, because it has functions that can facilitate the comparison of multiple items.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...