在 Windows 命令行上获取上次创建的文件夹的名称
是否可以在 Windows 命令行上的变量中获取最后创建的文件夹的名称?
最好是本地的,不使用 Cygwin 等。我正在寻找的是运行一些命令/批处理脚本,它为我当前所在的路径提供了 LastCreatedDir
Is it possible to get the name of the last created folder in a variable on the windows command line?
Preferably natively, without using Cygwin etc. What I'm looking for is to run some command/batch script which gives me the LastCreatedDir for the path in which I currently am
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从批处理文件:
from a batch file: