rd | Microsoft Docs
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/rd
Mar 03, 2021 · To change to the parent directory so you can safely remove the desired directory, type: Copy. cd .. To remove a directory named test (and all its subdirectories and files) from the current directory, type: Copy. rd /s test. To run the previous example in quiet mode, type: Copy. rd /s /q test.
DA: 49 PA: 33 MOZ Rank: 68