Say, just in case anyone needs this, if you want to use FastCopy as your external file operations application, here is some info for you.
First, here are the docs, complete with the commandline information.
Copy
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=force_copy "%ActivSel%" /to="%InactivDir%\"
Move
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=move "%ActivSel%" /to="%InactivDir%\"
Delete
C:\Program Files\FastCopy\FastCopy.exe /auto_close /no_confirm_del /cmd=delete "%ActivSel%"
I have tested all three functions and it seems to work fine. Make sure to include the trailing backslash after %InactivDir% or you can't copy directories.
FreeCommander with FastCopy
FreeCommander with FastCopy
(Windows 10-1909 Professional 64bit)
Re: FreeCommander with FastCopy
I tried this and if there is a space in the file or folder name it does not work. The name ends up in FastCopy with a semicolon inserted before the space. Anyone know if this is a FreeCommander problem or a FastCopy problem?
Re: FreeCommander with FastCopy
Hmmm... I confess, I've been having troubles getting FastCopy to copy to a network admin share, too. It seems not to be able to locate the source directory. Maybe that is because of spaces, too? I played with it for about an hour and then gave up. You would think that putting double-quotes around the path variables would have solved the problem.
The thing about FastCopy is it's totally free - no pay-to-upgrade stuff.
The thing about FastCopy is it's totally free - no pay-to-upgrade stuff.
(Windows 10-1909 Professional 64bit)
Re: FreeCommander with FastCopy
When it fails, look in FastCopy at the path. You will probably see that it has semicolons. That's the problem I ran into. Does it work for you on local paths that have spaces?
Re: FreeCommander with FastCopy
Using FCXE build 650 and FastCopy 2.11, I kept running into issues when copying/moving multiple files. The files would not be copied/moved. Plus when errors occurred, the FastCopy window would become unresponsive and there was no way to close it without going into Task Manager to kill it.
Turns out that the double quotes around %ActiveSel% was causing the selected files to be treated as one file name.
Ex: "c:\temp\a.txt c:\temp\b.txt"
The solution is to remove the double quotes around %ActiveSel%.
Copy
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=force_copy %ActivSel% /to="%InactivDir%\"
Move
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=move %ActivSel% /to="%InactivDir%\"
I'm not sure how it handles spaces in filenames and folder names but it does.
Double quotes around %InactiveDir% is required for when copying/moving files to a folder with space in the name (i.e. C:\Temp 2).
Turns out that the double quotes around %ActiveSel% was causing the selected files to be treated as one file name.
Ex: "c:\temp\a.txt c:\temp\b.txt"
The solution is to remove the double quotes around %ActiveSel%.
Copy
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=force_copy %ActivSel% /to="%InactivDir%\"
Move
C:\Program Files\FastCopy\FastCopy.exe /auto_close /cmd=move %ActivSel% /to="%InactivDir%\"
I'm not sure how it handles spaces in filenames and folder names but it does.
Double quotes around %InactiveDir% is required for when copying/moving files to a folder with space in the name (i.e. C:\Temp 2).
Re: FreeCommander with FastCopy
And Delete:
C:\Program Files\FastCopy\FastCopy.exe /auto_close /no_confirm_del /cmd=delete %ActivSel%
I just tested this and it does seem to work.
You can use FC to get the functions without any confirmation!
I like that.
Thanks, CodeWizard.
C:\Program Files\FastCopy\FastCopy.exe /auto_close /no_confirm_del /cmd=delete %ActivSel%
I just tested this and it does seem to work.
You can use FC to get the functions without any confirmation!
I like that.
Thanks, CodeWizard.
(Windows 10-1909 Professional 64bit)
-
- Posts: 3
- Joined: 08.03.2016, 22:08
Re: FreeCommander with FastCopy
Hi.
I'm facing a strange situation.
If I delete,copy or move from the right pane to the left one, it works ok
But when I attempt to do it from the left pane to the right one, it never works.
I've tested with the same set of files, it always works right to left but not likewise
Any idea?
Freecommander version: build 715 32 bits
FastCopy version: 3.12 64 bit
I'm facing a strange situation.
If I delete,copy or move from the right pane to the left one, it works ok
But when I attempt to do it from the left pane to the right one, it never works.
I've tested with the same set of files, it always works right to left but not likewise
Any idea?

Freecommander version: build 715 32 bits
FastCopy version: 3.12 64 bit
Who is online
Users browsing this forum: No registered users and 13 guests