Answers for "copy files from one folder to another cmd"

2

how to copy a folder to another folder using command prompt

xcopy "E:\Source Folder" "D:\Destinaiton folder"
Posted by: Guest on October-23-2021
0

cmd copy all files to another folder

xcopy /s c:\Folder1 d:\Folder2
Posted by: Guest on November-20-2020

Code answers related to "copy files from one folder to another cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language