CODE: [Copy to clipboard]@echo off (for /f "tokens=* delims='" %%a in (input.txt) do (echo.%%a 1))>new.txt