CODE: [Copy to clipboard]@echo off for /f "skip=3 tokens=2 delims=()" %%i in (11.txt) do ( set str=%%i call echo %%str:/=%% ) pause