摘要: http://soft.onlinedown.net/soft/262535.htm 阅读全文
posted @ 2019-10-13 17:57 anobscureretreat 阅读(517) 评论(0) 推荐(0)
摘要: 命令分别如下: rmdir [drive:]path [/S] [/Q] del [drive:]path [/S] [/Q] 其中rmdir 与rd命令相同。 /S 表示除目录本身外,还将删除指定目录下的所有子目录和文件。 /Q 表示安静模式,删除时不需要经过确认。 如删除 D:\temp\目录下的所有文件的写法如下: rmdir d:\temp\ /S /Q del d:\temp\ /S / 阅读全文
posted @ 2019-10-13 17:42 anobscureretreat 阅读(13497) 评论(0) 推荐(0)