|
Scheduling a Script |
![]() ![]()
|
|
You can use Beyond Compare's script processor to perform certain tasks, such as synchronizing folders, without interaction. For example, to automate a backup of C:\MyFolder, enter the following script commands into Notepad: load C:\MyFolder C:\MyBackups
Save this text file as C:\MyScripts\Sync.txt. A Beyond Compare script can be run at any desired time by using Window's Task Scheduler:
We recommend including a log command in your script. If you have trouble with your script, check out the Scheduled Tasks error log: "SchedLgU.txt" in your Windows folder. |