폴더 안에 파일이 없을 때 폴더 삭제
rmdir <directory>
폴더 안에 파일이 있을 때 폴더 삭제
rmdir /s <directory>
폴더 안에 파일이 있을 때 삭제 여부를 묻지 않고 폴더 삭제
rmdir /s /q <directory>