for /f "delims=-" %i in (‘dir *.svg /b‘) do move %i x%i
cmd批量给文件加前缀
原文:https://www.cnblogs.com/guohu/p/14900287.html