Page 1 of 1

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

Posted: 28 Nov 2021 18:46
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

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

Posted: 28 Nov 2021 19:04
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 :)

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

Posted: 28 Nov 2021 19:08
by highend