FreeCommander with FastCopy

Discussion and questions - donor version.
Post Reply
Message
Author
User avatar
BGM
Posts: 594
Joined: 14.10.2008, 23:42
Location: Kansas City, Missouri, USA
Contact:

FreeCommander with FastCopy

#1 Post by BGM » 02.08.2014, 19:06

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.

[updated]
If you put quotes around %ActiveSel% the command won't recognize spaces in the filename and will cut it off at the first space character.
Last edited by BGM on 09.07.2021, 03:19, edited 3 times in total.
(Windows 10-1909 Professional 64bit)

bertradio
Posts: 18
Joined: 10.01.2014, 15:09

Re: FreeCommander with FastCopy

#2 Post by bertradio » 03.08.2014, 16:45

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?

User avatar
BGM
Posts: 594
Joined: 14.10.2008, 23:42
Location: Kansas City, Missouri, USA
Contact:

Re: FreeCommander with FastCopy

#3 Post by BGM » 03.08.2014, 17:13

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.
(Windows 10-1909 Professional 64bit)

bertradio
Posts: 18
Joined: 10.01.2014, 15:09

Re: FreeCommander with FastCopy

#4 Post by bertradio » 03.08.2014, 18:36

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?

CodeWzrd
Posts: 5
Joined: 10.01.2011, 19:31

Re: FreeCommander with FastCopy

#5 Post by CodeWzrd » 29.01.2015, 21:55

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).

User avatar
BGM
Posts: 594
Joined: 14.10.2008, 23:42
Location: Kansas City, Missouri, USA
Contact:

Re: FreeCommander with FastCopy

#6 Post by BGM » 30.01.2015, 02:33

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.
(Windows 10-1909 Professional 64bit)

ektorbarajas
Posts: 4
Joined: 08.03.2016, 22:08

Re: FreeCommander with FastCopy

#7 Post by ektorbarajas » 08.03.2016, 22:13

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? :roll:

Freecommander version: build 715 32 bits
FastCopy version: 3.12 64 bit

User avatar
BGM
Posts: 594
Joined: 14.10.2008, 23:42
Location: Kansas City, Missouri, USA
Contact:

Re: FreeCommander with FastCopy

#8 Post by BGM » 09.07.2021, 03:16

I update my initial post with a new link to the FastCopy docs and fixed the quotes issue for all the folks who browse to this thread.
(Windows 10-1909 Professional 64bit)

User avatar
BGM
Posts: 594
Joined: 14.10.2008, 23:42
Location: Kansas City, Missouri, USA
Contact:

Re: FreeCommander with FastCopy

#9 Post by BGM » 12.07.2021, 19:01

ektorbarajas wrote: 08.03.2016, 22:13 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? :roll:
Actually, I find this to be the case, too. When I copy from left to right, I get Fastcopy's dialogue box saying "Too few/many argument", but things work just fine from right to left.
(running build 849 on Windows 10-1909 x64)
(Windows 10-1909 Professional 64bit)

Post Reply

Who is online

Users browsing this forum: No registered users and 42 guests