Merge pull request #24 from cssxn/patch-2

Update Robocopy.md
master
Oddvar Moe 2018-05-28 09:30:22 +02:00 committed by GitHub
commit d31f77c21b
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 * Functions: Copy
``` ```
Robocopy.exe - Needs example Robocopy.exe C:\sourceDir d:\destDir
Robocopy.exe C:\sourceDir d:\destDir file1 file2
``` ```
Acknowledgements: Acknowledgements:
@ -17,8 +18,8 @@ Resources:
Full path: Full path:
``` ```
c:\windows\system32\binary.exe c:\windows\system32\Robocopy.exe
c:\windows\sysWOW64\binary.exe c:\windows\sysWOW64\Robocopy.exe
``` ```
Notes: Notes: