Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MPI/CustomPostBuild.cmd @ 6798

Last change on this file since 6798 was 6393, checked in by svonolfe, 13 years ago

Added solution for MPIsupport (#1542)

File size: 172 bytes
Line 
1set target=C:\Program Files\HeuristicLab 3.3
2
3copy "%Source%" "%target%"
4If "%Files.0%" neq "" For /F "tokens=2 delims===" %%A in ('set Files.') DO copy "%%A" "%target%"
Note: See TracBrowser for help on using the repository browser.