cmd批量给文件加前缀

for /f "delims=-" %i in ('dir *.svg /b') do move %i x%i
原文地址:https://www.cnblogs.com/guohu/p/14900287.html