CODE: [Copy to clipboard]@echo off for /f "tokens=2 delims=]" %%i in (A.txt) do echo copy "%%i" D:\MY pause