在 bat 批处理中,可以使用 del 命令来删除指定的文件或文件夹。以下是一些示例:
del
del C:\path\to\file.txt
/s
rmdir /s C:\path\to\folder
请注意,删除操作是不可逆的,所以请谨慎操作。