需要批处理文件来删除旧版本的文件
我正在使用一个用版本标签保存数据的程序。我想编写一个批处理文件,删除除最新版本之外的所有版本。 例如,文件名可以是: 2355-55-1034.dat, 2355-55-1123.dat, 2355-55-1200.dat 我想删除除最新的之外的所有内容。 感谢高清
I am using a program which saves the data with a version tag. I would like to write a batch file that remove all but the latest version.
For example the filenames could be:
2355-55-1034.dat,
2355-55-1123.dat,
2355-55-1200.dat
I want to remove all except the newest one.
Thanks HD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在cmd中:
in cmd :