Re: TeraCopy Integration
Posted: 17 Jun 2009 18:05
It works! thanks a lot
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
i said before that i didn't want the script to use the clipboard.carmenm wrote:I am facing a problem with this script. My problem is that the script doesnt copy the selected files into the clipboard.
Now i want to make an UDC which uses <clipboard>, but due to the teracopy script, the clipboard is always empty.
Does anyone sees a solution to that?
thanks!serendipity wrote:@Muroph: Nice script!!
I could but I'm not sure if this is always good. Are you? Depends on what the script does with the path in the following steps... if the path is fed into "portable-aware" functions...Muroph wrote:@ Don
could you add support for portable paths to the exists() function?
abs2rel() and rel2abs() would probably be more useful and eliminate the need for changing exists.admin wrote:I could but I'm not sure if this is always good. Are you? Depends on what the script does with the path in the following steps... if the path is fed into "portable-aware" functions...Muroph wrote:@ Don
could you add support for portable paths to the exists() function?
i don't think it's possible.nas8e9 wrote:is it possible to use TeraCopy in combination with XYplorer's Copy To/Move To dialogs which allow the selection of the destination folder?
I quite understand. I seem to remember some discussion about a wish item to replace all or part of XYplorer's file handling functions with external programs (as opposed to improved internal routines, which is on the roadmap). I couldn't find the relevant topics; is this still considered?Muroph wrote:i don't think it's possible.nas8e9 wrote:is it possible to use TeraCopy in combination with XYplorer's Copy To/Move To dialogs which allow the selection of the destination folder?
i can try to add a "copy/move to" command with a favorite folders list, but i don't have much free time ATM...
Uh, I'm somewhere else now mentally -- please be a bit more informative.Muroph wrote:i know the tag database is case sensitive, but the "tag" and "comment" commands as well?![]()
admin wrote:Uh, I'm somewhere else now mentally -- please be a bit more informative.Muroph wrote:i know the tag database is case sensitive, but the "tag" and "comment" commands as well?![]()
Code: Select all
new "Test.txt";
tag 1, "<curpath>\test.txt"; // wrong
#485;
msg continue;
tag 2, "<curpath>\Test.txt"; // right
#485;OK, true, but why would you enter an item with the wrong capitalization?Muroph wrote:admin wrote:Uh, I'm somewhere else now mentally -- please be a bit more informative.Muroph wrote:i know the tag database is case sensitive, but the "tag" and "comment" commands as well?![]()
Code: Select all
new "Test.txt"; tag 1, "<curpath>\test.txt"; // wrong #485; msg continue; tag 2, "<curpath>\Test.txt"; // right #485;
in the script, the user can type a path as the target folder.admin wrote:OK, true, but why would you enter an item with the wrong capitalization?
1. sorryMuroph wrote:it took me almost an hour to figure out why the script wasn't working.
at least the the "no update bug" was fixed.