source:
branches/FunctionsAndStructIdRefactoring/HeuristicLab/UpdateLocalInstallation.cmd
@
148
Last change on this file since 148 was 143, checked in by gkronber, 17 years ago | |
---|---|
File size: 386 bytes |
Rev | Line | |
---|---|---|
[143] | 1 | set target=C:\Program Files\HeuristicLab 3.0 |
[39] | 2 | |
3 | copy "HeuristicLab.exe" "%target%" | |
4 | copy "HeuristicLab.exe.config" "%target%" | |
5 | copy "HeuristicLab.PluginInfrastructure.dll" "%target%" | |
6 | copy "HeuristicLab.PluginInfrastructure.GUI.dll" "%target%" | |
7 | copy "ICSharpCode.SharpZipLib.dll" "%target%" | |
8 | copy "ICSharpCode.SharpZipLib License.txt" "%target%" | |
9 | copy "plugins\*.*" "%target%\plugins" |
Note: See TracBrowser
for help on using the repository browser.