Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd @ 3859

Last change on this file since 3859 was 3859, checked in by abeham, 14 years ago

#866

  • Updated external evaluation problem
  • Added some Drivers
  • Updated message
File size: 130 bytes
Line 
1cd "%ProjectDir%"Protos
2
3for %%i in (*.proto) do (
4  "%SolutionDir%"protoc -otmp %%i
5  "%SolutionDir%"ProtoGen tmp
6  del tmp)
Note: See TracBrowser for help on using the repository browser.