Copy and paste folder and subfolders without files

sub13 Posted messages 376 Registration date   Status Member Last intervention   -  
jee pee Posted messages 31883 Registration date   Status Moderator 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 answer

  1. jee pee Posted messages 31883 Registration date   Status Moderator Last intervention   9 979
     

    Hello,

    In command line mode:

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

    0