小编mis*_*gar的帖子

从包含数千个文件的主文件夹创建 A 到 Z 子文件夹

主文件夹内容(示例)

apple.txt
art.txt
berry.txt
cherry.txt
coffee.txt
..,
...
...
zebra.txt
Run Code Online (Sandbox Code Playgroud)

预期输出(子文件夹)

A
  apple.txt
  art.txt
B
  berry.txt
C
  cherry.txt
  coffee.txt
...
...
...
Z
  zebra.txt
Run Code Online (Sandbox Code Playgroud)

如何通过 Windows 批处理文件完成此操作?

command-line automation file batch-file

2
推荐指数
1
解决办法
3058
查看次数

标签 统计

automation ×1

batch-file ×1

command-line ×1

file ×1