将不同的文件重命名为一个文件名,一次一个
我的文件名为..
82011.nsf
63113.nsf
55555.nsf
我必须将每个文件重命名为 single.nsf(例如 ren 82011.nsf 到 single.nsf),
然后使用程序对该文件进行操作(single.nsf),
然后重命名下一个文件(63113.nsf 到 single.nsf) 然后使用程序对该文件进行操作(single.nsf) 等等
我想要一个批处理文件来执行nename,暂停(这样我可以运行其他程序),然后进行下一个重命名,直到所有nsf文件完成。
如何?
i have files named..
82011.nsf
63113.nsf
55555.nsf
i must rename each file to
single.nsf (for example ren 82011.nsf to single.nsf)
then use a program to act on that file (single.nsf)
then rename the next file (63113.nsf to single.nsf)
then use a program to act on that file (single.nsf)
etc
I want a batch file to do the nename, pause (so i can run the other program), then do the next rename until all nsf files are done.
how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该有效:
[src]
This should work:
[src]