source:
branches/DataAnalysis/Main/CopyAssemblies.cmd
@
11456
Last change on this file since 11456 was 5275, checked in by gkronber, 14 years ago | |
---|---|
File size: 170 bytes |
Line | |
---|---|
1 | FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO echo "%%H" && copy "%SolutionDir%\%%G\%Outdir%\%%H" .\ |
2 | |
3 | |
4 | |
5 | echo "CopyAssemblies done" |
Note: See TracBrowser
for help on using the repository browser.