上下文菜单下的 7zip 时间戳存档
有谁知道如何添加一个上下文菜单项来压缩文件夹并添加时间戳?这样我就可以右键单击一个文件夹,它会给我一个创建类似以下内容的选项:folder_20100528.zip
(我将其发布在这里,因为我认为这是通过批处理文件/代码完成的)
Does anyone know how I can add a context menu item that would compress a folder and add a timestamp? So that I can right-click a folder and it would give me the option to create something like this: folder_20100528.zip
(I'm posting it here because I figure it's something that's done through a batch file/code)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
批处理脚本应该相当简单,因此创建它并将其放入 C:\
在 XP 上:
The batch script should be reasonably simple, so create it and throw it in C:\
On XP:
批处理脚本是我试图弄清楚的; )
现在我只是使用我放入目录中的 .bat 文件,稍后我将尝试实现其余部分,
谢谢
the batch script is what I was trying to figure out ; )
for now I'm just using a .bat file that I dropped in the directory, I'll try to implement the rest later
thanks