Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis/Main/UpdateLocalInstallation.cmd @ 8318

Last change on this file since 8318 was 5275, checked in by gkronber, 14 years ago

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

File size: 216 bytes
RevLine 
[5275]1set target=C:\Program Files\HeuristicLab 3.3
2
3FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul
4
5
6echo "CustomPostBuild done"
Note: See TracBrowser for help on using the repository browser.