배치파일 활용
http://kyungseo.pe.kr/blog/49 에서 참고
하위폴더 모두 지우기
@echo off dir /AD /S /B CVS* > del.txt FOR /F %%a IN (del.txt) do rmdir /S /Q %%a
setLocal
start "Title' commandName
dir /a-d /s /b -> 파일명으로 된 목록만 쭉 뽑기
>