rename filenames from clipboard

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

rename filenames from clipboard

Post by swan_x »

i have a list of file. copy to clipboard Item names, then from Rename special - Batch Rename i write <clipboard> but i don't get goal

so, how to rename files from clipboard ?

the files list are on two separate folder (not on same folder)

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: rename filenames from clipboard

Post by swan_x »

sorry for my question.

i've find myself (or understand) a simply solution with run script rename "l", <clipboard>;

then solved. Regards

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: rename filenames from clipboard

Post by swan_x »

... and little simply script for To Clipboard -> Item Name(s) ?

i need one script with 2 part:
first part To Clipboard -> Item Name(s)
second part (my solution above) rename "l", <clipboard>;

yes, i know, first part it's easy from context menu or also Ctrl+Shift+P but need to run script for rename filename, so also for the first part would be useful for me ...

swan_x
Posts: 321
Joined: 08 Oct 2009 12:27

Re: rename filenames from clipboard

Post by swan_x »

found easy solution. new script with:

Code: Select all

"copy to clipboard" #102;
"rename" rename "l", <clipboard>;
solved. Regards

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: rename filenames from clipboard

Post by admin »

Cool solo. :)

Post Reply