cmd
C:\> dir /b > list.txt
폴더명에 있는 파일이름을 텍스트로 저장 가능합니다.
폴더 포함해서 저장
c:\> dir /b/s >list2.txt
tree /f > list.txt
폴더명까지 저장