answersLogoWhite

0


Best Answer

In Dos-just write (DEL Folder Name) this command will delete all the Files inside that folder,then write (RD Folder Name) This will Remove your Folder. Remember both command contain Same folder name. Which you want to Delete.(DEL)command is used to delete Files. (RD) command is used to delete Folder

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

In Windows, it will be rmdir or rd. In Unix-based or Unix-like systems, the command is rmdir (however, it will not delete any folders that still have subfolders or files inside - for this, you use rm -r <name of folder to delete> to delete the folder and any files or subfolders).

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

del *.*

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you delete a folder from command prompt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How delete a particular sub-folder from a list of sub-folders in command prompt?

you can not delete the folder from command prompt if it is not empty.. if the folder is empty then use rd &lt;foldername&gt; and press enter.. or use deltree command.. deltree &lt;foldername&gt; and press enter..


How does the DOS Command Prompt command Delete work?

del *.*


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)


Can Command Prompt be open from any folder?

There are some quick and easy steps for this. Follow them wiselyHold down the shift key and right click on any folder in Windows 7Select the open command Window there.The command prompt will open automatically.


Windows 2000XP volume folder and file compression can be done using what command at the command prompt?

compact


How do you delete your photos from your computer it wont let you?

Use command prompt.


Want to delete all folders under the current folder that is that start with bak?

The best method to do this is to open the Command Prompt (Start -&gt; Run -&gt; cmd). Navigate to your folder (cd C:\[Your Folder]). Then type "del bak*" without quotes and all files starting with bak will be deleted.


How do you delete the windows old folder?

DOS Prompt, then Del Windows. Or manually. It depends on your OS.


How do you remove oracleserviceXE present in our system?

We remove this service from command prompt.. type sc delete oracleserviceXE eg. C:\ sc delete oracle serviceXE


What is the command to delete all files in the A data folder that begin with the letter A and have the txt file extension?

Depends on the operating system...In Windows (with a command prompt open and the current directory is this data folder): del a*.txtThe del command is used to delete files and takes an argument containing the name of the file. Wildcards, such as * (denotes "any number of characters"), are used to take action on any items in the folder that meet the requirements. You can think of a*.txt as meaning "starts with an a followed by any number of characters, and ending with a period and the extension 'txt'."


Can you delete a minecraft server?

Yes. To delete a Minecraft server, stop the server (issue the "stop" command to the server), and then delete the server files (server.properties, the world folder, etc.) If you put the server into its own folder, then simply delete that entire folder to be rid of your server.


How can you delete folder without name?

Rename it. Give it some name and after that delete it. You might have use a command line for that.