CODE: [Copy to clipboard]@echo off Set /p hello=输入你要重复的话: for /L %%a in (1,1,100) do echo %hello% pause