@echo off pushd %~dp0for %%a in (*.jpg) do (if not exist "%%~na" md "%%~na"move %%a "%%~na\")popd
将上面的代码复制到记事本,命名为renjpg.bat保存到要处理的文件夹下,双击运行即可