CODE: [Copy to clipboard]@echo off echo. 1>nul 3>2.txt for /f %%i in (1.txt) do set /p n=%%i<nul echo. 1>con 4>con echo 已书写完毕! pause