User Guide

ERD Commander 2005
User’s Guide
Winternals Software Page 55
4.10.20 Rmdir/RD
Removes (deletes) a directory.
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.
4.10.21 Screen
Sets console screen information.
SCREEN [width height]
width Specifies width of the console window.
height Specifies height of the console window.
4.10.22 Set
Displays, sets, or removes command prompt environment variables.
SET [variable=[string]]
variable Specifies the environment-variable name.
string Specifies a series of characters to
assign to the variable.