Run TUFLOW From a Batch-file: Difference between revisions
Content deleted Content added
Line 121:
<tt>IF NOT %%a==%%b start "TUFLOW" /wait C:\TUFLOW\releases\2011-09\w64\TUFLOW_iSP_w64.exe -e1 %%a -e2 %%b filename.tcf</tt><br>
With the following line:<br>
<tt>IF NOT %%a==%%b <u>echo</u> start "TUFLOW" /wait C:\TUFLOW\releases\2011-09\w64\TUFLOW_iSP_w64.exe -e1 %%a -e2 %%b filename.tcf</tt><br>
By using the echo in the command line, rather than starting the simulations the command line will be displayed in the DOS output. In the example above the DOS output is shown in the image below.
[[File:DOS nested batch output.png|frame|none]]
| |||