by @kodeazy

Windows How to remove specific folder using command prompt?

Home » Windows » Windows How to remove specific folder using command prompt?
  • I have a folder in my local in windows
  • To remove the specific folder in windows using command prompt below is the syntax.

    rmdir /s testing_folder

    Output: Remove Folder Image