Run TUFLOW From a Batch-file: Difference between revisions
Content deleted Content added
Line 56:
<pre>start "TUFLOW" /low "C:\TUFLOW\Releases\2018-03-AE\TUFLOW_iSP_w64.exe" "M01_5m_003.tcf"</pre>
'''TIP:''' The priority of a TUFLOW simulation can be changed at a later stage by using the '''Windows Task Manager''', navigate to the '''Processes''' tab and right click on the TUFLOW process (e.g. TUFLOW_iSP_w64.exe) and select the set priority option.
===Minimising the console window===
Using the /min switch will keep console windows for TUFLOW models running in sequence minimised, so it doesn't pop up to the front when the next model starts.
<pre>Start "TUFLOW" /wait /min "C:\TUFLOW\Releases\2018-03-AE\TUFLOW_iSP_w64.exe" M01_5m_003.tcf
Start "TUFLOW" /wait /min "C:\TUFLOW\Releases\2018-03-AE\TUFLOW_iSP_w64.exe" M01_2p5m_005.tcf</pre>
== TUFLOW switches in a batch file==
| |||