删除目录
--------------------------------------------------------------------------------------
C:/Users/Keith>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
--------------------------------------------------------------------------------------
本文介绍了如何使用rd/rmdir命令来删除目录,包括其基本语法、选项说明及如何使用/S参数来删除目录树等内容。
2万+

被折叠的 条评论
为什么被折叠?



