Search found 2 matches

by lucamennoia
14 Feb 2015 08:31
Forum: DOS Batch Forum
Topic: Moving folders from subfolders to another folder
Replies: 2
Views: 1946

Re: Moving folders from subfolders to another folder

The output should be:

TargetFolder\SubFolder1
TargetFolder\SubFolder2
...
...
...
TargetFolder\SubFolder1000
by lucamennoia
11 Feb 2015 17:08
Forum: DOS Batch Forum
Topic: Moving folders from subfolders to another folder
Replies: 2
Views: 1946

Moving folders from subfolders to another folder

I have this folder structure: MainFolder\ Folder1\SubFolder1\ Folder2\SubFolder2\ Folder3\SubFolder3\ ... ... ... Folder1000\SubFolder1000\ TargetFolder\ I need batch commands: 1) to delete all .url and .txt files from each subfolder (from SubFolder1, from Subfolder2, etc.) 2) to move all "SubF...