C
canoebee
Unregistered / Unconfirmed
GUEST, unregistred user!
假设F:/aaa目录下有4张图片,名字不定,我现在要用批处理将它们重命名为 Pic1.jpg, Pic2.jpg,Pic3.jpg, Pic4.jpg,用For和Ren命令该怎么做呢???
我看了《简明批处理教程一》的文章,有很多地方不太明白:
FOR /D %variable IN (set) DO command
FOR /R [[drive:]path] %variable IN (set) DO command
FOR /L %variable IN (start,step,end) DO command
FOR /F ["options"] %variable IN (file-set) DO command
FOR /F ["options"] %variable IN ("string") DO command
FOR /F ["options"] %variable IN (command) DO command
谁能具体讲讲,/D,/R,/L,/F的具体含义以及之间的区别吗??我觉得帮助写太免强了。
谢谢!!~~~
我看了《简明批处理教程一》的文章,有很多地方不太明白:
FOR /D %variable IN (set) DO command
FOR /R [[drive:]path] %variable IN (set) DO command
FOR /L %variable IN (start,step,end) DO command
FOR /F ["options"] %variable IN (file-set) DO command
FOR /F ["options"] %variable IN ("string") DO command
FOR /F ["options"] %variable IN (command) DO command
谁能具体讲讲,/D,/R,/L,/F的具体含义以及之间的区别吗??我觉得帮助写太免强了。
谢谢!!~~~