Automate compare in folder sync tool in Total Commander
To automate compare phase (first step) in folder sync tool you should:
- Set the parameters as you need them.
- Click on the folder button in the top left of the sync dialog to save these settings.
- Create a button with the
c:\totalcmd\totalcmd.exe /S=S:=backup
command.
The :=
instead of just /S=S:backup
causes an automatic start of the comparison.
Of course you must adjust path to reflect your location of Total Commander.
Currently you can automate the compare step, not the copy step. It is considered to risky to be automated.