Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/UpdateLocalInstallation.cmd @ 7623

Last change on this file since 7623 was 7368, checked in by ascheibe, 12 years ago

#1648 added first version of an access client, access items and views for displaying them

File size: 316 bytes
Line 
1for /f "delims=" %%a in ('DIR /B /S "..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe.config"') do @set HLCONFIG=%%a
2for /f "delims=" %%a in ('DIR /B /S "..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access-3.3.dll.config"') do @set ACCESSCONFIG=%%a
3"%SolutionDir%ConfigMerger.exe" "%ACCESSCONFIG%" "%HLCONFIG%"
Note: See TracBrowser for help on using the repository browser.