source:
branches/DataAnalysis/Main/CopyAssemblies.cmd
@
11419
Last change on this file since 11419 was 5275, checked in by gkronber, 14 years ago | |
---|---|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[5275] | 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.