Run TUFLOW From a Batch-file: Difference between revisions

Content deleted Content added
Line 119:
</pre>
In order to test the syntax, you can test the batch file by replacing the following line:<br>
<tt>IF NOT %%ba==%%ab start "TUFLOW" /wait C:\TUFLOW\releases\2011-09\w64\TUFLOW_iSP_w64.exe -e1 %%ba -e2 %%ab filename.tcf</tt><br>
With the following line:<br>
<tt>IF NOT %%ba==%%ab echo start "TUFLOW" /wait C:\TUFLOW\releases\2011-09\w64\TUFLOW_iSP_w64.exe -e1 %%ba -e2 %%ab 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]]