我正在尝试使用简单的批处理文件来解压缩和覆盖现有文件.任何人都可以告诉我正确的参数用于自动覆盖而不必干预吗?
unzip.bat批处理文件包含:
unzip "G:\Extracts\report.zip" "G:\Extracts\report\"
这工作正常,除了它要求我"替换目标中的文件?"
windows batch-file unzip
batch-file ×1
unzip ×1
windows ×1