ECHO off SETLOCAL enabledelayedexpansion SET source=%1 SET target=%2 IF EXIST %target% DEL /f %target% FOR /f "delims=" %%i IN (\'F