source:
branches/HeuristicLab.Problems.GPDL/TestExamples.bat
@
10771
Last change on this file since 10771 was 10392, checked in by gkronber, 11 years ago | |
---|---|
File size: 282 bytes |
Rev | Line | |
---|---|---|
[10392] | 1 | del *.exe |
2 | del *.cs | |
3 | ||
[10086] | 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 ( | |
[10392] | 9 | csc /optimize+ /debug- "%%i" |
[10086] | 10 | ) |
[10385] | 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.