Copy a file without using the windows file cache

后端 未结 6 1398
情深已故
情深已故 2021-01-01 00:42

Anybody know of a way to copy a file from path A to path B and suppressing the Windows file system cache?
Typical use is copying a large file from a USB drive, or server

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 01:35

    Eseutil is a correct answer, also since Win7 / 2008 R2, you can use the /j switch in Xcopy, which has the same effect.

提交回复
热议问题