Best Command Line Tool to Delete Large Folder on Windows | kombitz

PHOTO EMBED

Tue Dec 13 2022 02:28:14 GMT+0000 (Coordinated Universal Time)

Saved by @savabeh191 #robocopy

mkdir empty
robocopy empty folder-name /mir > nul
rmdir empty
rmdir folder-name
content_copyCOPY

The steps to delete a folder using robocopy: Open up an elevated command prompt. Change directory to where the folder you want to delete is. Type the following commands (Replace the folder-name with the folder name you want to delete)

https://www.kombitz.com/2019/09/20/best-command-line-tool-to-delete-large-folder-on-windows/