CODE: [Copy to clipboard]@echo off %SystemDrive% cd %UserProfile%\桌面 for /l %%a in (1,1,10) do ( md 123 cd 123 )