我想将文件扩展名从改变.jpg到.txt。这必须发生在当前文件夹和所有子文件夹中。我在批处理中做错了什么?
.jpg
.txt
for /R %%G IN (.) DO (rename *.jpg *.txt)
windows batch batch-file batch-rename
batch ×1
batch-file ×1
batch-rename ×1
windows ×1