Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2026 implemented brute force searcher

File size: 282 bytes
RevLine 
[10392]1del *.exe
2del *.cs
3
[10086]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 (
[10392]9  csc /optimize+ /debug- "%%i"
[10086]10)
[10385]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.