Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GPDL/TestExamples.bat @ 13321

Last change on this file since 13321 was 10392, checked in by gkronber, 10 years ago

#2026 implemented brute force searcher

File size: 282 bytes
Line 
1del *.exe
2del *.cs
3
4for /f "delims=" %%i in ('dir /b /s Examples\*.txt') do (
5  GpdlCompiler\bin\Debug\GpdlCompiler.exe "%%i"
6)
7
8for /f "delims=" %%i in ('dir /b *.cs') do (
9  csc /optimize+ /debug- "%%i"
10)
11
12
13for /f "delims=" %%i in ('dir /b *.exe') do (
14  "%%i"
15)
16
Note: See TracBrowser for help on using the repository browser.