i need a script to move selected files to current date folder.
there is one right click option in xyplorer to create folder with selected items as New Folder With Items. i could not find the command id. i want that New Folder With Items to be renamed to current date.
need script to move selected files to current date folder
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
-
highend
- Posts: 14940
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: need script to move selected files to current date folder
moveto() with a date variable...One of my scripts helped you out? Please donate via Paypal
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: need script to move selected files to current date folder
$SelectedItems = get("SelectedItemsPathNames", "|");
moveto "<date yyyy-mm-dd>", $SelectedItems;
thanks
moveto "<date yyyy-mm-dd>", $SelectedItems;
thanks
XYplorer Beta Club