xcopy ~ a command in Windows and other operating systems for copying groups of files. It works just like copy except that as many files as possible are read into memory before any are written to disk. This is usually faster than using copy.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 63 조회
- 목록
본문
xcopy ~ a command in Windows and other operating systems for copying groups of files. It works just like copy except that as many files as possible are read into memory before any are written to disk. This is usually faster than using copy.