gpt4 book ai didi

batch-file - 使用批处理文件提取 .rar 文件

转载 作者:行者123 更新时间:2023-12-03 16:42:09 25 4
gpt4 key购买 nike

我正在尝试创建一个批处理文件,该文件使用 WinRAR 提取 .rar 文件
到 C:\Program Files\

请帮忙

我尝试了以下代码

set rar=%ProgramFiles%\WinRAR\RAR.exe

set unrar=%programFiles%\WinRAR\UnRAR.exe

然后像这样压缩:
"%rar%" a "drop location" "target location"

或者像这样解压:
%unrar% e "target location"

但我似乎没有在这里看到显示目标 rar 文件在哪里的选项。请帮我。

最佳答案

查看此页面:https://cects.com/using-the-winrar-command-line-tools-in-windows/

基本上(取自该站点):
rar a -r yourfiles.rar *.txt c:\yourfolder压缩某物
unrar x c:\yourfile.rar *.gif c:\extractfolder\解压缩某物

*.txt 和 *.gif 用于过滤文件类型,可以省略。

页面底部还有两个示例批处理文件的链接。

关于batch-file - 使用批处理文件提取 .rar 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24560983/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com