如何在Windows中使用bat文件删除包含所有内容的文件夹?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Windows中使用bat文件删除包含所有内容的文件夹?相关的知识,希望对你有一定的参考价值。

我想使用bat文件删除包含所有文件和子文件夹的文件夹。

我尝试了以下,但它不起作用:

@DEL D:php_Projects	estprojectRelease	estfolder*.*

有人可以帮忙吗?

答案
@RD /S /Q "D:PHP_Projects	estprojectRelease	estfolder"

Explanation

删除(删除)目录。

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
另一答案
  1. del /s /q c:where ever the file is*
  2. rmdir /s /q c:where ever the file is
  3. mkdir c:where ever the file is
另一答案

del / s / q c:其中文件是*

这将删除文件夹和子文件夹中的所有文件,但会保留空子文件夹

以上是关于如何在Windows中使用bat文件删除包含所有内容的文件夹?的主要内容,如果未能解决你的问题,请参考以下文章

删除当前文件夹内所有的文件,用BAT命令怎么写?

批处理如何在指定文件夹内搜索某个关键字,包含这个关键字的文件或文件夹要删除?

使用.Bat删除在Windows 10上超过特定天数的文件[复制]

bat——批量删除文件文件夹

bat 或cmd 制作删除1月前固定文件夹下所有文件

bat先查找文件夹再查找文件夹内的文件并打开