Is it possible to make a script that will move selected files into folders with the same name?

Discuss and share scripts and script files...
Post Reply
unabatedshagie
Posts: 21
Joined: 07 Mar 2018 12:10

Is it possible to make a script that will move selected files into folders with the same name?

Post by unabatedshagie »

So if I had the following files:

Code: Select all

File1.txt
File2.mp3
File3.docx
and I selected them all it would make (in this case) three folders and move the files inside the folder

Code: Select all

File1
>File1.txt
File2
> File2.mp3
File3
>File3.docx

Horst
Posts: 1085
Joined: 24 Jan 2021 12:27
Location: Germany

Re: Is it possible to make a script that will move selected files into folders with the same name?

Post by Horst »

To answer a simple question :kidding:
Of course its possible to make such a script.
I think this is a good example to learn XY scripting from the help
and by reading the examples here in the forum.
I did the same month ago.
If you then have real problems and questions ask here again :)
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Is it possible to make a script that will move selected files into folders with the same name?

Post by highend »

One of my scripts helped you out? Please donate via Paypal

Post Reply