ARR 2019 Ensembles Processing: Difference between revisions
Content deleted Content added
Line 32:
*Looping through variables in a batch file can also be used to make the processing more efficient. Example of such batch file is below:<br>
:<pre>
@echo off
:: This sets the variables as local, so you can use another batch file with A and B variables
SetLocal
|