source:
branches/MPI/CustomPostBuild.cmd
@
6658
Last change on this file since 6658 was 6393, checked in by svonolfe, 13 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[6393] | 1 | set target=C:\Program Files\HeuristicLab 3.3 |
2 | ||
3 | copy "%Source%" "%target%" | |
4 | If "%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.