Anyone know if it's possible to forward the copy command that comes out of a Synchronize Directories inquiry to an integrated Teracopy installation?
I use the Synchronize Dir function regularly as a manual data backup process to a portable USB 3.0 hard drive. Sometimes the difference between the directories is substantial rather than incremental, and the use of Teracopy to do the transfer would be a significant time advantage.
Synchronize Directories -> use Teracopy
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50895
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, I don't think that this is possible. Teracopy would have to intercept the call to CopyFileExW function.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Chistian,
Perhaps there could be a sort of "Export" button in Synchronize Dirs that would let us export the list of the files that would be copied if we clicked the Synchronize button? A simple list with a Source -> Destination pairing that could be processed by a script, e.g.:
Or, even better, a simple input field where we could add a template, for the above case:
Say we want to create a batch file, it could look like this:
Or for AutoHotkey:
etc.
Roman
Perhaps there could be a sort of "Export" button in Synchronize Dirs that would let us export the list of the files that would be copied if we clicked the Synchronize button? A simple list with a Source -> Destination pairing that could be processed by a script, e.g.:
Code: Select all
C:\Data\File.txt * D:\Backup\File.txt
C:\Data\Document.docx * D:\Backup\Document.docx
C:\Data\Presentation.pptx * D:\Backup\Presentation.pptx
Code: Select all
[Source] * [Destination]
Code: Select all
copy /b "[Source]" "[Destination]"
Code: Select all
FileCopy, [Source], [Destination]
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.