Ticker

6/recent/ticker-posts

Advertisement

How To Delete A Folder From The Command Prompt

How To Delete A Folder From The Command Prompt

If you want to delete a folder and file, you can do using a command 

First, open command prompt run as administrator

rmdir /s D:\itsuupport (Full path of your folder) 








Now one option appear type Y and press enter
























One more option to you delete file and folder

RD /S /Q d:\itsuupport (Full path of your folder) 













Difference between rmdir and RD command 

when you run rmdir command its will prompt to confirm you want to delete or not

but when you run RD command  it will delete without  confirmation

Post a Comment

0 Comments