Run TUFLOW From a Batch-file: Difference between revisions

Content deleted Content added
Line 178:
The below section shows example batch files for maximizing run efficiency,
===Creating a delay===
====Windows 7 and newer====
For a Windows 7 and newer operating system a delay of a set duration can be created with the Timeout <seconds> command. For example:<br>
<pre>Timeout 10</pre>
Will create a 10 second delay, a countdown timer is given. Press any key to continue.