Search found 7 matches

by Sahilbakshi
10 Dec 2024 10:51
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

WirlyWirly wrote: 10 Dec 2024 09:02 I do this all the time by simply selecting the files and using the Batch Rename tool (File > Rename) with *\* as the wildcard.

2024-12-10_00-01-31.png
-----------------------
I don't know what you said but thanks anyway for your time and efforts.

Regards & Thanks,
Sahil. :)
by Sahilbakshi
10 Dec 2024 10:47
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

This will work on v14.x... foreach($file, listfolder(, , 1), "|", "e") { moveto getpathcomponent($file, "base"), $file, , 2, 2; } ------------------------------- This one worked perfectly. Thank you, Sir, for your time, efforts and patience. Highly appreciated. I'm gra...
by Sahilbakshi
10 Dec 2024 08:44
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

Can't reproduce that Animation.gif ----------------------------------- Dear Sir, I'm running the same code but getting errors. Is it has to do with the version of XYplorer I'm using? By the way, I'm using 14.80.0200 pro. It doesn't matter whether I succeed in this or not, what matters is you spent ...
by Sahilbakshi
10 Dec 2024 08:13
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

In the same folder, execute this from the address bar and show the result: text listfolder(, , 1); ----------------------------- It opens a box with text:- "D:\New folder (2)\1.txt|D:\New folder (2)\2.txt|D:\New folder (2)\3.txt|D:\New folder (2)\4.txt|D:\New folder (2)\5.txt|D:\New folder (2)...
by Sahilbakshi
10 Dec 2024 07:51
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

foreach($file, listfolder(, , 1), , "e") { moveto gpc($file, "base"), $file, , 2, 2; } ........................ Dear Sir, I'm getting an error that "Create path failed" and "Drive 'GPC(D:' does not exist." "It cannot be created on the fly." Can you ...
by Sahilbakshi
04 May 2019 16:27
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Re: Moving Multiple files to different subfolders

highend wrote: 04 May 2019 16:22

Code: Select all

    foreach($file, listfolder(, , 1), , "e") {
        moveto gpc($file, "base"), $file, , 2, 2;
    }
Sir, how to use this code? Thanks in Advance!
by Sahilbakshi
04 May 2019 16:07
Forum: Tips & Tricks, Questions & Answers
Topic: Moving Multiple files to different subfolders
Replies: 21
Views: 4813

Moving Multiple files to different subfolders

Dear All,

I have 50 files in a folder. I want to move those 50 files into 50 subfolders whose names are respectively same as file names. I know XYplorer is enough powerful to do that but I don't know how to do it. If you can help, I would be grateful to you.

Thanks & Regards,
Sahil