Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created May 10, 2019 01:24
Show Gist options
  • Select an option

  • Save dstyle0210/1081c7b25019c596b13347a769046936 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/1081c7b25019c596b13347a769046936 to your computer and use it in GitHub Desktop.
파일명(or 폴더길이, 깊이)가 길어서 삭제가 안되는경우의 CMD
삭제할 파일이 들어있는 폴더명: 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