将文件分组到新文件夹?

发布于 2024-09-26 07:29:43 字数 123 浏览 6 评论 0原文

我必须经常复制文件,创建一个新文件夹,然后将这些文件粘贴到新文件夹中。

我想知道我们是否可以制作一个批处理文件或 vbscript 文件来执行此任务?只需选择文件并从上下文菜单中选择“分组到新文件夹”即可。那太棒了!

I have to copy files, make a new folder and then paste those files into the new folder so often.

I wonder if we can make a batch file or vbscript file to perform this task? Just select the files and choose "Group to New Folder" from the context menu. That'll be awesome!

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

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

发布评论

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

评论(2

红焚 2024-10-03 07:29:43

您想要做的是编写一个 HTA 应用程序。您可以有一个选择列表框,当您第一次启动 hta 时,该选择列表框会自动填充当前文件夹文件。然后只需一个简单的按钮,就会提示您输入选择时要创建的文件夹路径/名称,以及一个简单的子按钮,用于将选定的文件移动到屏幕上或其他位置。显然,带有错误捕获,所有这些代码都需要粘贴到这里,但它应该很容易做到。

如果您正在寻求 hta 界面入门帮助,我建议您查看 "HTA Helpomatic" 您可以使用它来获取基本 GUI 以及选择框代码。显然,您可以编写脚本来完成实际工作。

What you want to do is write an HTA application. You could have a selection listbox that could be auto-populated with the current folders files when you first launch the hta. Then just have a simple button than will prompt you for a folder path/name to create when selected and a simple sub to just move the selected files over, maybe through results to the screen or something. Obviously with error trapping and all that's a little bit much code to just paste in here, but it should be pretty easy to do.

If you're looking for help getting started with the hta interface, I recommend you check out the "HTA Helpomatic" which you can use to get the basic GUI, as well as selection box code. Obviously you can write the script subs to do the real work.

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