Search found 4 matches

by ahadobas
13.07.2008, 18:44
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 96865

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 ...
by ahadobas
05.06.2008, 15:03
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 96865

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%...
by ahadobas
11.01.2008, 09:29
Forum: Feature Requests
Topic: "no to all" on copy, and skip file on error
Replies: 39
Views: 96865

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: 96865

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