Run TUFLOW From a Batch-file: Difference between revisions
Content deleted Content added
Line 102:
<pre>
@echo off
:: This sets the variables as local, so you can use another batch file with A and B variables
SetLocal
:: set up variables
set A=
set B=10min 30min 60min 120min 270min
:: Loop Through
FOR %%b in (%B%) do (▼
IF NOT %%
)
)
pause
</pre>
In order to test the syntax, you can test the batch file by replacing the following line:<br>
| |||