volodymyrkutsenko / betterbrain

1 stars 0 forks source link

Modify Generated Batch File So It Automatically Generates 10 Equation Sets and 2 Word Sets #20

Closed volodymyrkutsenko closed 9 years ago

volodymyrkutsenko commented 10 years ago

Currently the script only generates 1 word and 1 equation set within 1 file per 1 application execution via the batch file. It's required the batch file will generate 10 Equation Sets and 2 Word Sets as different files.

volodymyrkutsenko commented 10 years ago

As a batch example it may look like this (prints 30 files)

FOR /L %%A IN (1,1,30) DO ( %JAVA_HOME%\bin\java.exe -jar BetterBrain-20141016-0147.jar > equationssheet%%A.txt )

volodymyrkutsenko commented 9 years ago

Done. Generating 30 equation sheets and 6 word-sets by default via the batch file.