Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab/3.3/MergeConfigs.cmd @ 6900

Last change on this file since 6900 was 6900, checked in by abeham, 13 years ago

#1614

  • updated branch from trunk
File size: 118 bytes
Line 
1FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
2  ConfigMerger "%%A" "HeuristicLab 3.3.exe.config"
3)
Note: See TracBrowser for help on using the repository browser.