Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis/Main/CopyAssemblies.cmd @ 11528

Last change on this file since 11528 was 5275, checked in by gkronber, 13 years ago

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File size: 170 bytes
Line 
1FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO echo "%%H" && copy "%SolutionDir%\%%G\%Outdir%\%%H" .\
2
3
4
5echo "CopyAssemblies done"
Note: See TracBrowser for help on using the repository browser.