source: trunk/Utilities/Junctions/_Bin/Copy.bat @ 350

Last change on this file since 350 was 350, checked in by roman, 9 years ago
File size: 204 bytes
Line 
1@set A=Junctions
2rem @set B=Development Release Trace
3@set B=Release
4copy /b /y "Win32\%B%\%A%.exe" %A%-Win32.exe"
5copy /b /y "x64\%B%\%A%.exe" "%A%-x64.exe"
6
7@copy /b /y "%A%-Win32.exe" "%A%.exe"
Note: See TracBrowser for help on using the repository browser.