"윈도우 copy"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
4번째 줄: 4번째 줄:


==실습==
==실습==
<source lang='cli'>
<source lang='console'>
C:\Users\zetawiki>echo hello > 1.txt
C:\Users\zetawiki>echo hello > 1.txt
C:\Users\zetawiki>copy 1.txt 2.txt
C:\Users\zetawiki>copy 1.txt 2.txt
         1개 파일이 복사되었습니다.
         1개 파일이 복사되었습니다.
</source>
</source>
<source lang='cli'>
<source lang='console'>
C:\Users\zetawiki>type 2.txt
C:\Users\zetawiki>type 2.txt
hello
hello

2016년 3월 29일 (화) 14:32 판

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 }}