Run TUFLOW From a Batch-file: Difference between revisions

Content deleted Content added
Line 89:
The -e and -s switches can be used to manage events and scenarios within a simulation. The -e and -s is replaced by the wildcard which is specified in the batch file.
 
<pre>Start "TUFLOW" /wait "TUFLOW" "C:\TUFLOW\Releases\2011-09\w32\TUFLOW_iSP_w32.exe" -b -e1 Q100Q050 -e2 24hr -s1 2m -s2 Dev "C:\TUFLOW\Tutorial_Wiki\TUFLOW\runs\M01_~e1~_~e2~_~s1~_s2~_003.tcf"</pre>
Start "TUFLOW" /wait "TUFLOW" "C:\TUFLOW\Releases\2011-09\w32\TUFLOW_iSP_w32.exe" -b -e1 Q100 -e2 24hr -s1 2m -s2 Dev "C:\TUFLOW\Tutorial_Wiki\TUFLOW\runs\M01_~e1~_~e2~_~s1~_s2~_003.tcf"</pre>
 
==Advanced Batch Files==