可以将带有 Rar.exe 的目录压缩为今天的 date.rar 吗?

发布于 2024-12-21 01:14:07 字数 146 浏览 4 评论 0原文

如何使用 dos 批处理文件将包含 Rar.exe 的目录压缩为(今天日期).rar? 或者我需要使用其他文件压缩程序吗?

Ty

编辑:我尝试使用 %date:~10,4%%date:~7,2%%date:~4,2% 作为文件名,但它有时有效。

How do I compress a directory with Rar.exe to (todays date).rar with use of a dos batch file?
Or do I need to use another file compression program?

Ty

Edit: Ive tried using %date:~10,4%%date:~7,2%%date:~4,2% as filename but it only works sometimes.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

屋檐 2024-12-28 01:14:07

尝试这个命令:
rar.exe a -ag+YYYYMMDD arc {文件夹名称}

Try this command:
rar.exe a -ag+YYYYMMDD arc {FolderName}

等风来 2024-12-28 01:14:07

这是命令:

c:\path\to\rar\program\rar a C:\path\to\archive\backup.rar *.*

Here is the command:

c:\path\to\rar\program\rar a C:\path\to\archive\backup.rar *.*
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文