Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/UpdateLocalInstallation.cmd @ 43

Last change on this file since 43 was 43, checked in by mkofler, 16 years ago

Fixed small issue with UpdateLocalInstallation batch file (added rmdir/mkdir for plugins directory).

File size: 445 bytes
Line 
1set target=C:\Program Files\HeuristicLab 3.0
2
3rmdir "%target%\plugins" /s /q
4mkdir "%target%\plugins"
5copy "HeuristicLab.exe" "%target%"
6copy "HeuristicLab.exe.config" "%target%"
7copy "HeuristicLab.PluginInfrastructure.dll" "%target%"
8copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%"
9copy "ICSharpCode.SharpZipLib.dll" "%target%"
10copy "ICSharpCode.SharpZipLib License.txt" "%target%"
11copy "plugins\*.*" "%target%\plugins"
Note: See TracBrowser for help on using the repository browser.