Page 1 of 1

Copy folder tree to any first level directory folder.

Posted: 02 Feb 2021 09:21
by sbrathovd
I am no where near a navis at programming or dos but i understand the very basics and was looking for a little help.
Is there a way to copy a folder tree for example

Code: Select all

Tools 
    A.
       1.
       2.
    B.
       1.
       2.
Into another directory of folders (my projects) for example
I want to put tools in 1, 2, 3, 4, 5 etc. those name are never the same and i dont want to overwrite if its already in there

Code: Select all

Folder of Projects
      1.
      2.
      3.
      4.
      5.
Any thoughts?

Re: Copy folder tree to any first level directory folder.

Posted: 07 Feb 2021 13:11
by penpen
The command "xcopy" might help you; see its help for more.