Quantcast
Channel: Windows 7 – FAQforge
Viewing all articles
Browse latest Browse all 27

How to Delete a Folder Using Command Prompt of Windows

$
0
0

To delete a folder using the command prompt of Windows, follow this procedure.

  1. Open a command prompt (Press the Windows icon key and R to open the run window). Type cmd and hit enter from the keyboard.
  2. On a command prompt, enter the following command and hit enter from the keyboard.

Syntax

rmdir /s <complete path of folder suppose>

When your path contains spaces, then the path must be enclosed in quotation marks.

Example

rmdir /s "C:\Users\karim\Desktop\My Dumps"

That's it.

The post How to Delete a Folder Using Command Prompt of Windows appeared first on FAQforge.


Viewing all articles
Browse latest Browse all 27

Trending Articles