Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2026 worked on random search solver (now all examples are working)

File size: 186 bytes
Line 
1for /f "delims=" %%i in ('dir /b /s Examples\*.txt') do (
2  GpdlCompiler\bin\Debug\GpdlCompiler.exe "%%i"
3)
4
5for /f "delims=" %%i in ('dir /b *.cs') do (
6  csc /optimize+ "%%i"
7)
Note: See TracBrowser for help on using the repository browser.