Run TUFLOW From a Batch-file: Difference between revisions
Content deleted Content added
Created page with 'TUFLOW simulations can also be started from a batch file. Batch files are text files which contain a series of commands. Batch files allow a large degree of flexibility in star...' |
No edit summary |
||
Line 15:
This is the simplest command line for starting TUFLOW, the line above contains only two arguments, the first is the path to the TUFLOW executable and the second argument "M01_5m_001.tcf" is the simulation file name. Depending on the location of the executable the above command line will need to be modified. The quotations around the TUFLOW executable and the .tcf file name are only required if there are spaces in the file names. However, it is recommended to include these to avoid problems.
'''TIP:'''<br>
A second line with "pause" can be added, this will prompt the user to press a key at the end of the batch file. This is useful if the dos window disappears from the screen, this will keep it open.
<pre>"C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "M01_5m_001.tcf"
| |||