반응형



파일 생성


echo 기록하고 싶은 텍스트 > 파일명.txt


echo test 1234 > test.txt


파일 읽기 


type 파일명


type test.txt



반응형

+ Recent posts