Copy folder tree to any first level directory folder.
Posted: 02 Feb 2021 09:21
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
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
Any thoughts?
Is there a way to copy a folder tree for example
Code: Select all
Tools
A.
1.
2.
B.
1.
2.
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.