2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

13
_-Review/robocopy.md Normal file
View File

@ -0,0 +1,13 @@
---
type: "topic"
created: "2024-01-06T01:25:36.037Z"
updated: "2024-01-06T01:25:36.037Z"
---
# Robocopy
```bash
# https://www.youtube.com/watch?v=D875E1WTy04
# https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy
robocopy "\\mestsa05ec.infineon.com\d$\VSLayout" "C:\Tmp\VSLayout-Robocopy" /S /E /MT:6 /NFL /NDL /NJH /NJS
```