윈도우 copy

Jmnote (토론 | 기여)님의 2015년 7월 2일 (목) 21:53 판 (→‎같이 보기)

1 개요

윈도우 COPY
  • 하나 이상의 파일을 다른 위치로 복사합니다.

2 실습

C:\Users\zetawiki>echo hello > 1.txt
C:\Users\zetawiki>copy 1.txt 2.txt
        1개 파일이 복사되었습니다.
C:\Users\zetawiki>type 2.txt
hello

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}