开发者

how to get the name of the subfolder inside a known folder using batch script?

I want to fetch t开发者_运维问答he names of the subfolders inside a folder using windows batch script. Can anyone pls help me out?


This will give you the list of directories (folder) within your chosen directory (folder).

dir path-to-folder /ad
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜