Search found 6 matches

by Rodman
01 Sep 2012 14:54
Forum: DOS Batch Forum
Topic: Copy File name to a folder name and insert file inside
Replies: 3
Views: 3168

Re: Copy File name to a folder name and insert file inside

Are you the God of the batch ! :D

Thank you for the time you passed on it ! I hope I can be as strong as you one day. ;)
by Rodman
01 Sep 2012 14:43
Forum: DOS Batch Forum
Topic: Copy File name to a folder name and insert file inside
Replies: 3
Views: 3168

Re: Copy File name to a folder name and insert file inside

I need to do this with any files, and for n files in the ROOT folder.
by Rodman
01 Sep 2012 11:21
Forum: DOS Batch Forum
Topic: Copy File name to a folder name and insert file inside
Replies: 3
Views: 3168

Copy File name to a folder name and insert file inside

Hello, I have a new problem. I will use an example to understand. I have a list of different files named "a.jpg" "b.txt" "c.mov" inside a folder named ROOT : ROOT ( a.jpg b.txt c.mov ) I would like to put each file inside a folder with the name of the file : ROOT ( fold...
by Rodman
23 Mar 2012 07:53
Forum: DOS Batch Forum
Topic: Remove subfolders from a folder (loop)
Replies: 4
Views: 5051

Re: Remove subfolders from a folder (loop)

It's perfectly working ! I'm so glad ! You made my day.
by Rodman
23 Mar 2012 07:26
Forum: DOS Batch Forum
Topic: Remove subfolders from a folder (loop)
Replies: 4
Views: 5051

Re: Remove subfolders from a folder (loop)

Thanks Sir !!! :D

Your link seems to be exactly what I need.
I'm gonna try it and reply you after to tell you if it works or if I have another problem.
by Rodman
23 Mar 2012 04:46
Forum: DOS Batch Forum
Topic: Remove subfolders from a folder (loop)
Replies: 4
Views: 5051

Remove subfolders from a folder (loop)

Hello, I have a collection of folders which contain subfolders and files. I want for each folder that contains subfolders to remove them but keep the files in this folder. For exemple, from this : Root folder _folder 1 __subfolder 1 ___test.txt __subfolder 2 ___test.jpg _folder 2 __subfolder 1 ___su...