Announcement
Collapse
No announcement yet.
Example Script File
Collapse
X
-
Save the script as a text file, then use the following command-line:
"c:\program files\beyond compare 4\bcompare.exe" "@c:\script.txt"
The @ character makes Beyond Compare run a file as a script instead of opening it for interactive comparison.
See also the help file topics on scripting:
https://www.scootersoftware.com/v4he...l?scripts.html
https://www.scootersoftware.com/v4he...reference.htmlLeave a comment:
-
I need to do this in an automated mode, how would you invoke beyond compare in batch and execute?
load c:\desktop \\server\share
sync mirror:lt->rtLeave a comment:
-
Re: Example Script File
Here's a minimal script to sync two folders and all their subdirectories.
Code:load c:\desktop \\server\share sync update:lt->rt
Code:load c:\desktop \\server\share sync mirror:lt->rt
bc2 @script.txt
Let us know if you have any problems.Leave a comment:
-
Example Script File
Can someone post an example script that I can use to synch a directory on my local machine to a copy of that directory on a server? I need to have all subdirectories created a dn synched as well. Thanks.Tags: None
Leave a comment: