was happy with Muroph's simple contr+c contr+x contr+v script but It broke down some weeks ago:
I now get this error:
The list of labels did not match any script in Script file 'C:\Program Files\XYplorer\Scripts\TC_copy.xys'.
load
C:\Program Files\XYplorer\Scripts\TC_copy.xys
tera-COPY
probably simple for YOU
thanks
Calude
PS:
the script I am using is
example: TC_copy.xys
Code: Select all
// save list of items
writefile("<xypath>\teracopylist.tmp", getinfo("SelectedItemsPathNames"));
// get number of items
$num = getinfo("CountSelected");
// save operation and $num
setkey copy, operation, tc, "<xypath>\teracopyvars.tmp";
setkey $num, number, tc, "<xypath>\teracopyvars.tmp";
// finished
status "TeraCopy: Copy ($num item".(($num > 1)?"s":"").")", 78FF00, ready;
XYplorer Beta Club