帮助批处理文件将子目录中的文件复制到目录内
任何人都可以为我提供一个通过子目录的 dos 批处理循环,以使用同一目录中的子目录名称将文件复制到同一目录中的另一个文件。
示例:
电影 => 阿拉丁=> wd_tv.jpg
想要将同一目录中的 wd_tv.jpg 复制到“directoryname”_sheet.jpg 因此,批处理运行后目录将是:
Moves => 阿拉丁=> wd_tv.jpg, Aladdin_sheet.jpg
Aladdin_sheet.jpg 是复制并重命名的 wd_tv.jpg。 希望有可能 提前致谢。
Can anyone provide me with a dos batch loop thru sub directories to copy a file to within the same directory to another file using the sub directory name within the same directory.
Example:
Movies =>
Aladdin =>
wd_tv.jpg
Would like to copy wd_tv.jpg within same dir to "directoryname"_sheet.jpg
So after the batch has run the directory would be:
Moves =>
Aladdin =>
wd_tv.jpg,
Aladdin_sheet.jpg
With Aladdin_sheet.jpg being the wd_tv.jpg copied and renamed.
Hope its possible
Thks In Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此批处理文件复制到电影目录并在那里执行。
Copy this batchfile to the movies direcory and execute it there.