rename b, "History_English";
rename b, "History_Chinese";
I want to select 2 files, and run this script. it should name each file respectively, all with 1 click.
what needs to be added to the script in order for that to happen?
Missing Code For My Script
-
highend
- Posts: 14940
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Missing Code For My Script
Code: Select all
$items = <get SelectedItemsPathNames |>;
renameitem("History_English", gettoken($items, 1, "|"));
renameitem("History_Chinese", gettoken($items, 2, "|"));One of my scripts helped you out? Please donate via Paypal
-
thebib62
- Posts: 21
- Joined: 10 Oct 2018 10:17
Re: Missing Code For My Script
Huge thanks for your help! Your quick reply is much appreciated too!
XYplorer Beta Club