source:
branches/HeuristicLab.Problems.GPDL/TestExamples.bat
@
17912
Last change on this file since 17912 was 10392, checked in by gkronber, 11 years ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | del *.exe |
2 | del *.cs |
3 | |
4 | for /f "delims=" %%i in ('dir /b /s Examples\*.txt') do ( |
5 | GpdlCompiler\bin\Debug\GpdlCompiler.exe "%%i" |
6 | ) |
7 | |
8 | for /f "delims=" %%i in ('dir /b *.cs') do ( |
9 | csc /optimize+ /debug- "%%i" |
10 | ) |
11 | |
12 | |
13 | for /f "delims=" %%i in ('dir /b *.exe') do ( |
14 | "%%i" |
15 | ) |
16 |
Note: See TracBrowser
for help on using the repository browser.