Created
May 10, 2019 01:24
-
-
Save dstyle0210/1081c7b25019c596b13347a769046936 to your computer and use it in GitHub Desktop.
파일명(or 폴더길이, 깊이)가 길어서 삭제가 안되는경우의 CMD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 삭제할 파일이 들어있는 폴더명: E:\sts-bundle | |
| 빈 폴더를 하나 생성: E:\empty(폴더명) | |
| 윈도-> 실행 -> cmd 창을 열어서 | |
| 1. 해당 디렉토리가 있는 곳으로 간다. E: | |
| 2. 아래와 같이 친다 | |
| robocopy E:\empty E:\sts-bundle /MIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment