파일리스트 출력
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\File List] @=”파일 리스트 만들기” [HKEY_CLASSES_ROOT\Directory\shell\File List\command] @=”cmd.exe /c dir /s/a/b/on >> FileList.txt” [HKEY_CLASSES_ROOT\Drive\shell\File List] @=”File List” [HKEY_CLASSES_ROOT\Drive\shell\File List\command] @=”cmd.exe /c dir /s/a/b/on >> FileList.txt”
메모장이나 비슷한 메모장류 프로그램으로 위내용을 입력 확장자 reg 로 저장한 다음
reg 파일을...

