DOS 复制目录中的第一个文件
如何复制以 .rar 扩展名开头的任何目录中的第一个文件?
How to copy the first file in any directory starting with .rar extension?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何复制以 .rar 扩展名开头的任何目录中的第一个文件?
How to copy the first file in any directory starting with .rar extension?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这会将当前文件夹中的“找到的第一个 .rar”文件(据我所知是随机选择的)复制到 C:\Temp。我认为这是一个可以开始使用的模板。
This will copy "the first .rar" file found" (randomly selected, for all I know) in the current folder to C:\Temp. I'd consider this to be a template you can start with.
首先定义:按日期排序? 按名字?
Define first: Sorted by date? By name?