Windows command prompt tutorial 3 - Robocopy
Channel:
Subscribers:
65,900
Published on ● Video Link: https://www.youtube.com/watch?v=O4XoB0kLL3U
In this tutorial you learn how to use a command called robocopy to copy files in command prompt.
command used:
robocopy "C:\Program files\internet explorer" "c:\explorer" /E /COPYALL /XJ /r:1 /w:1
another useful thing about Robocopy: When you copy the contents from one folder into another folder, it will automatically skip files that have already been copied previously (or are the same) instead of overwriting them, which save stime.
Other Videos By Magic Monk
Tags:
robocopy command prompt
command prompt tutorial
windows command prompt tutorial
windows command prompt copy files tutorial
windows robocopy tutorial