What I want to accomplish is:
Create directory structure for Comapny1
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
etc...
That directory structure (over 300 directories) is exactly the same for all 3 companies that should reside on that single server.
My question is:
Is it possible to copy that directory structure (using TSQL and copy command) to other two companies so the structure look like:
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
Thx
Create directory structure for Comapny1
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
etc...
That directory structure (over 300 directories) is exactly the same for all 3 companies that should reside on that single server.
My question is:
Is it possible to copy that directory structure (using TSQL and copy command) to other two companies so the structure look like:
Root-folder
.......Company1
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
.......Company2
.............SubFolder1
.............SubFolder2
....................SubFolder2.1
Thx