Copy and paste folder and subfolders without files

sub13 Posted messages 376 Registration date   Status Membre Last intervention   -  
jee pee Posted messages 31911 Registration date   Status Modérateur Last intervention   -

Hello.

My wife, who is a teacher, has a folder for 2022-2023 with subfolders and files inside.

She wants to copy the folder 2022-2023 along with its subfolders but without the files, and then rename it to 2023-2024.

Do you have any idea on how to do this quickly?

Thank you.

1 réponse

jee pee Posted messages 31911 Registration date   Status Modérateur Last intervention   9 947
 

Hello,

In command line mode:

xcopy d:\2022-2023 d:\2023-2024 /T /E

0