I'm trying to write a command-line script which compares multiple pairs of two folders, but I don't want to open up all the folders at once. I need to wait until Beyond Compare has finished with one folder before moving on to the next.
For files, bcomp.com has this behaviour. It blocks and waits until the file comparison is done. However, directories don't exhibit the same behaviour; instead, bcomp.com exits immediately after it has created a tab in Beyond Compare.
Is there a switch I'm missing?
For files, bcomp.com has this behaviour. It blocks and waits until the file comparison is done. However, directories don't exhibit the same behaviour; instead, bcomp.com exits immediately after it has created a tab in Beyond Compare.
Is there a switch I'm missing?
Comment