Step 3COPY and XCOPY
The COPY command is used for copying files.
COPY "FILE PATH" "DESTINATION PATH"
I.E.
Copy "C:\test.txt" "C:\Test\test.txt"
The above command will copy the test.txt file from the C:\ to the C:\Test folder.
The XCOPY command will copy folders themselves in the same manner as COPY above.
I.E.
XCOPY "C:\Test" "C:\Test\Test Copy"
The above command will copy the Test folder to a Test Copy folder. However, the folder copy does not include subfolders unless you add the command /S to the end.
Also, if the destination folder hasn't already been created yet, it will ask whether it is a File or a Directory. Select Directory.
Simple yes?
| « Previous Step | Download PDFView All Steps | Next Step » |









































but if that doesn't work, then it's definitely
lol