I am trying to run the following commands as part of an MSBuild script:
for /R . %f in (*.targets) do copy /Y \"%f\" \"C:\\Program Files (x86)\\MSBuild\\Microso
Had to use %% and not %.