It works like a charm and is super fast!
I only had to add the network paths to my folders, it's not a glorious contribution, but it's something
Thanks a lot for your help.
Search found 4 matches
- 14 Sep 2022 08:53
- Forum: DOS Batch Forum
- Topic: Copy each folder from 2020 named (NAME) to its mirror location in 2021
- Replies: 5
- Views: 5211
- 12 Sep 2022 02:53
- Forum: DOS Batch Forum
- Topic: Copy each folder from 2020 named (NAME) to its mirror location in 2021
- Replies: 5
- Views: 5211
Re: Copy each folder from 2020 named (NAME) to its mirror location in 2021
Hello Steffen, god among gods, :D I have not been able to elaborate further... I must misunderstand the use of the parameters. Can you help me get this tree structure a little deeper, i.e. the code goes through the whole of 2020 before copying the necessary into 2021? From: 2020 |_Address 1 ---|_Ref...
- 25 Jan 2021 05:58
- Forum: DOS Batch Forum
- Topic: Copy each folder from 2020 named (NAME) to its mirror location in 2021
- Replies: 5
- Views: 5211
Re: Copy each folder from 2020 named (NAME) to its mirror location in 2021
Wow that's powerful !
I still have to adapt the code so that it also runs through the subfolders.
Have a great day Steffen !
Chris
I still have to adapt the code so that it also runs through the subfolders.
Have a great day Steffen !
Chris
- 22 Jan 2021 04:00
- Forum: DOS Batch Forum
- Topic: Copy each folder from 2020 named (NAME) to its mirror location in 2021
- Replies: 5
- Views: 5211
Copy each folder from 2020 named (NAME) to its mirror location in 2021
Hello, Let me explain what I am trying to do: I want to copy each folder called "Reference_asset_folder" that is present in folder "2020" to its mirror location in folder "2021". (the folder 2021 already exists before the script is executed) ----------------------------------------------------------...