Run TUFLOW From a Batch-file: Difference between revisions
Content deleted Content added
Stephen.kime (talk | contribs) |
Stephen.kime (talk | contribs) |
||
Line 133:
Start "TUFLOW" /wait "TUFLOW" "C:\TUFLOW\Releases\2016-03-AE\w64\TUFLOW_iSP_w64.exe" -b -e1 Q100 -e2 24hr -s1 2m -s2 Dev "C:\TUFLOW\Tutorial_Wiki\TUFLOW\runs\M01_~e1~_~e2~_~s1~_s2~_003.tcf"</pre>
Please be aware that the % symbol is a special character in a batch file. If the % symbol is used within a wildcard, it will not be read when searching for that wildcard in TUFLOW.<br>
For example if the following event wildcard is used;<br>
TUFLOW will search for '10' instead of '10%' as the event wildcard.
| |||