What is rd command in Window Server2008

In this article I am going to explain about rd command in window server 2008 operating system.
  • 1484

Rd command in Window Server 2008

Rd command is used for deleting a directory. This command is work same as the mdir command.


Syntax of Rd command

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

Parameters in Rd command

There are the following parameter in the Rd command:

Parameter Description
drive:path It specifies the location and name of the directory that you want to delete.
/s It specifies a directory tree to delete.
/q It specifies quiet mode.

Example of Rd command

cd..
rd / s McnSolution


Output:

rd-in-windows-server-2008.jpg

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.