Avatar_5
Well-Known Member
- Joined
- Jan 10, 2008
- Messages
- 223
- Reaction score
- 0
I'm busy writing a script to backup some of my work in Python, and want to use the windows command line's copy function. Trouble is, it only copies the files in the source folder, not the folders in it and its contents. Can anyone help me get the command right, please? 
The one I'm using at the moment:
The one I'm using at the moment:
Code:
copy /V /Y 'D:\source_folder' 'E:\Backup_folder'