파일 전체를 목록으로 만드는 방법

Windows Command Line의 dir명령어의 출력물을 파일로 저장하여 매우 쉽고 편리합니다. cmd.exe /c dir /s/a/b/on >> FileList.txt 출처: http://emptyzone.tistory.com/entry/Windows-Explorer탐색기에서-파일-목록-출력펌 [공터]