Update Robocopy.md

Add copy Dir and file example
master
cssxn 2018-05-23 19:00:42 +08:00 committed by GitHub
parent b0c8d3084a
commit 3c849770d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@
* Functions: Copy
```
Robocopy.exe - Needs example
Robocopy.exe C:\sourceDir d:\destDir
Robocopy.exe C:\sourceDir d:\destDir file1 file2
```
Acknowledgements:
@ -17,8 +18,8 @@ Resources:
Full path:
```
c:\windows\system32\binary.exe
c:\windows\sysWOW64\binary.exe
c:\windows\system32\Robocopy.exe
c:\windows\sysWOW64\Robocopy.exe
```
Notes: