test.txt파일에 출력 내용이 복사

ipconfig /all >> test.txt
PowerShell


test.txt파일 내용이 test1.txt에 복사

type test.txt >> test1.txt
PowerShell


'>>'는 이어서 추가, '>'는 새로 쓰기