将文件移动到具有部分名称的文件夹
我有大约 250 个文件需要移动到特定文件夹。问题是该文件夹只有文件的部分名称。
例如,我需要将文件“12345.txt”移动到文件夹“12345 - hello”,因为每个文件夹均以实际文件名开头。
我可以在 DOS 中的批处理文件中执行此操作吗?
谢谢。
I have about 250 files that I need to move to a specific folder. The problem is that folder only have the partial name of the files.
For example, I need to move file "12345.txt" to folder "12345 - hello" as each folder starts by the actual file name.
Can I do this in a batch file in DOS?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设Windows,这实际上并不难:
也可以在我的SVN存储库中找到。
Assuming Windows, it's actually not hard:
Can also be found in my SVN repository.