5 lines
63 B
Batchfile
5 lines
63 B
Batchfile
|
@echo off
|
||
|
python Examples.py -e
|
||
|
cd ExtractedExamples
|
||
|
ant build
|