answersLogoWhite

0

In XP:

RMDIR [/S] [/Q] [drive:]path

RD [/S] [/Q] [drive:]path /S Removes all directories and files in the specified directory

in addition to the directory itself. Used to remove a directory

tree.

/Q Quiet mode, do not ask if ok to remove a directory tree with /S e.g.

RD myfolder2

will delete myfolder2 if it is empty To delete the folder with contents use the /S option.

In XP:

RMDIR [/S] [/Q] [drive:]path

RD [/S] [/Q] [drive:]path /S Removes all directories and files in the specified directory

in addition to the directory itself. Used to remove a directory

tree.

/Q Quiet mode, do not ask if ok to remove a directory tree with /S e.g.

RD myfolder2

will delete myfolder2 if it is empty To delete the folder with contents use the /S option.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is the command to remove a subdirectory?

$ rm -rf *NOTE:I would strongly recommend that you verify your PWD is exactly where you want it to be before the executing the above command, otherwise, depression, dispair or sadness may follow.


What Linux command is used to zip only a subdirectory?

In order to zip a subdirectory in Linux you would use the zip command with the recursive flag to specify that it should add all files under that directory into the zip file. The command would then be zip -r .zip .


What command creates a subdirectory under a directory?

MD subdir


What ms-DOS cmmand is used to create a subdirectory?

The command is "mkdir".


How are subdirectory names identified by DOS?

Try the TREE command at the DOS prompt


What CLI command is used to create a subdirectory?

MD nameofdirectory. MD stands for Make Directory.


What command is used to create a suddirectory and change the current directory and to remove a subdirectory?

If for example we wanted to make i subdirictory called foo in Linux or UNIX it you use mkdir foo to change into it you would use CD foo to remove the directory rmdir foo but this will only work if the directory is empty to remove the directory called foo when it is not empty use rm -rf foo but please be sure this is what you really want to do.


What command creates a sub directory under a directory?

Mkdir command creates a subdirectory under a directory (MD creates a directory) . The command Chdir changes the current Default directory(CD changes the current directory). The Rmdir removes the subdirectory(RD removes a directory).


What is the name of a directory within the directory?

A subdirectory.


Which AutoCAD command can you use to remove a portion of an existing entity?

trim command


Where can you find the subdirectory?

A subdirectory is under the root of a drive.


How do you make a subdirectory in ms-dos?

CD to where you want the subdirectory, then enter MKDIR <directoryname>