Last change
on this file since 5181 was
5181,
checked in by cneumuel, 14 years ago
|
#1260
- refined job-downloads for limited resources
- fixed minor bugs
|
File size:
402 bytes
|
Line | |
---|
1 | cd %ProjectDir%
|
---|
2 | for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni
|
---|
3 |
|
---|
4 | REM SET configfile=f005pc.hagenberg.fhooe.at - app.config
|
---|
5 | REM SET configfile=localhost - app.config
|
---|
6 | SET configfile=services.heuristiclab.com - app.config
|
---|
7 | REM SET configfile=christoph - app.config
|
---|
8 |
|
---|
9 | IF EXIST "%configfile%" (
|
---|
10 | xcopy "%configfile%" "app.config" /Y
|
---|
11 | echo config file replaced: %ProjectDir%%configfile%
|
---|
12 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.