【问题标题】:Batch command to unzip a file without any additional tool无需任何其他工具即可解压缩文件的批处理命令 【发布时间】:2014-11-14 00:18:04 【问题描述】: 谁能帮我找到一个解压缩文件的批处理命令。 我不想使用任何外部工具,只想使用 .bat 文件解压缩。 【问题讨论】: 检查这个 -> superuser.com/questions/110991/… 还有这个stackoverflow.com/questions/911053/… 标签: windows batch-file 【解决方案1】: 这是不可能的。 windows 命令行不提供对此的支持。 【讨论】: