원도우 특정 폴더에 파일 삭제하기123C:\Windows\system32\FORFILES.exe /p "C:\test" /s /m test-*.war /c "cmd /c del @file" 위에 명령으로 bat 파일을 만들어서 해당 파일을 삭제 처리 할수 있다. 참조