Search found 6 matches

by ahadobas
12.10.2025, 11:17
Forum: Bug Reports
Topic: (936) Pasting file from remote computer not working
Replies: 3
Views: 7042

Re: (936) Pasting file from remote computer not working

Same problem: #14135
"External tool is used for drag&drop...": tried both, same result, doesn't work in "Build 936 64-bit donor".
But works in "Build 934 64-bit donor", independently of state of switch "External tool is used for drag&drop..."
by ahadobas
07.10.2025, 15:23
Forum: Bug Reports
Topic: Copy files from Windows RDP
Replies: 0
Views: 6971

Copy files from Windows RDP

The last donor, FreeCommanderXE-64-donor_portable936.zip, cannot paste files using Ctrl+V for RDP-copied files.
by ahadobas
13.07.2008, 18:44
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 124847

your syntax has some problems. try this:
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy "%ActivSelAsFile%" "%InactivDir%"

In the newest version of TeraCopy (v 2.0 beta 3) the command line has changed. Look at the following:
-------------------------
TeraCopy Change Log
Version 2.0 beta ...
by ahadobas
05.06.2008, 15:03
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 124847

I've using TeraCopy 2.0b3 with FileCopyPrg option.
I've got error message below with last not public beta version (2008.6.0.344) at file copy.
"The directory name is invalid."
The line in ini file:
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
The copy ...
by ahadobas
11.01.2008, 09:29
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 124847

Marek wrote:The problem is only in NC-Mode. I have changed the parameter %ActivSelAsFile%. Now, if no selected items - the current item (focused item) will be used.
YES
by ahadobas
07.01.2008, 10:56
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 124847

FileMovePrg=C:\WINDOWS\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%|-mrg
FileCopyPrg=C:\WINDOWS\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%
It works only when there is at least one selected file/dir.
But doesn't work to copy the actual item.
Any idea to copy actual directory which ...