filmov
tv
How to copy folder directory tree without files

Показать описание
1- Copying Command:
robocopy source_folder destination_folder /e /create /xf *
2- Unhiding Command:
attrib -h -s "C:\Users\Username\MyFolder"
- How to backup all your folders without copying the files
- How to copy folders and subfolders without copying files
- Hot to backup your directory tree with subfolders
robocopy source_folder destination_folder /e /create /xf *
2- Unhiding Command:
attrib -h -s "C:\Users\Username\MyFolder"
- How to backup all your folders without copying the files
- How to copy folders and subfolders without copying files
- Hot to backup your directory tree with subfolders