Windows XP DOS command deletes the C:\TEST directory and all subdirectories WITHOUT ANY WARNING:
RD C:\TEST/S /Q
/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.
No comments:
Post a Comment