answersLogoWhite

0

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

16y ago

What else can I help you with?

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 <foldername> and press enter.. or use deltree command.. deltree <foldername> 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)


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

compact


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.


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 -> Run -> 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 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.


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.


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'."


Dos command for exporting a list of files as text file?

open command prompt start --> run --> CMD go to the particular folder with commad "cd <space> folder name" enter the below command "dir >> list.txt" it will create a list.txt file in the same folder