rogerxu / rogerxu.github.io

Roger Xu's Blog
2 stars 2 forks source link

FreeCommander #178

Open rogerxu opened 6 years ago

rogerxu commented 6 years ago

Copy tools and file manager integration ::

rogerxu commented 6 years ago

FastCopy

FastCopy

FreeCommander with FastCopy - FreeCommander Forum

Copy

FileCopyCall=C:\Program Files\FastCopy\FastCopy.exe /cmd=noexist_only /open_window /estimate %ActivSel% /to="%InactivDir%\"

Move

FileCopyCall=C:\Program Files\FastCopy\FastCopy.exe /cmd=move /open_window /estimate %ActivSel% /to="%InactivDir%\"
rogerxu commented 6 years ago

TeraCopy

TeraCopy for Windows - Code Sector

Using Tera Copy for copy and move files? - FreeCommander Forum

TeraCopy.exe Operation [*]Source Target [/SkipAll] [/OverwriteOlder] [/RenameAll] [/OverwriteAll] [/NoClose] [/Close]

Copy

FileCopyCall=C:\Program Files\TeraCopy\TeraCopy.exe copy *%ActivSelAsFile% %InactivDir% /NoClose

Move

FileMoveCall=C:\Program Files\TeraCopy\TeraCopy.exe move *%ActivSelAsFile% %InactivDir%
rogerxu commented 6 years ago

ExtremeCopy

Using ExtremeCopy for copy and move files? - FreeCommander Forum

Copy

FileCopyCall=C:\Program Files\Easersoft\ExtremeCopy\ExtremeCopy.exe -src %ActivSel% -dst "%InactivDir%" -exe copy -same_file ask -error retry -out_of_retry ask -retry 1 -show window

Move

FileCopyCall=C:\Program Files\Easersoft\ExtremeCopy\ExtremeCopy.exe -src %ActivSel% -dst "%InactivDir%" -exe move -same_file ask -error retry -out_of_retry ask -retry 1 -show window