My random rumblings

Something of everything and nothing at all

Robust Copy Example

robocopy "\\tsclient\C\Work\tmp\" C:\Deploy\Tools\ Debug.zip /z /ipg:25 /w:5

robocopy <source dir> <desitination dir> <files>
ipg: inter-packet gap - free bandwidth on slow lines
w: retry time out
Loading