Script: "moveto" creating a folder in current folder automatically. Possible?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Script: "moveto" creating a folder in current folder automatically. Possible?

Post by cadu »

Hi,

I'd appreciate your help.

Through script "moveto" (or other one), is it possible (1) creating a folder in current folder, (2) then move selected content to there?

I'm looking for a 1-click/run command to be executed in the situation:
1- Select files/folders
2- Run command I'm looking for
3- Have selected files/folders moved to a subfolder of the current folder created automatically with a default folder name (new folder, folder, etc.)

Possible?

Thank you very much!

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Script: "moveto" creating a folder in current folder automatically. Possible?

Post by highend »

Code: Select all

moveto "New folder", , , 2, 2;
Crazy, right?
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Script: "moveto" creating a folder in current folder automatically. Possible?

Post by cadu »

highend wrote: 07 Apr 2019 16:36

Code: Select all

moveto "New folder", , , 2, 2;
Crazy, right?
Many thanks, @highend.
I also explored another way to "move" files creating a folder in the current folder:
I joined the commands "Cut;#200" and "PastetoSubfolder;#211":

Code: Select all

#200;#211

Post Reply