Batch File Not Running: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
=Description=
When running TUFLOW with a batch file and setting the TUFLOW executable path ofor other commands as variable, the commandconsole promptwindow showsproduces an error message and no simulations are executed (as shown below).<br>
[[File: Batch_File_Not_Running.png ]]
<br>
=Suggestions=
ThisCheck the path to the TUFLOW executable have been entered correctly. If it has, the error is most likely caused by using a " "(space) before and/or after the "=" in the batch file after the set variable command<br>
For example (incorrect format):
{| class="wikitable "
Line 18:
<tt>set TUFLOWEXE=C:\TUFLOW\Releases\2017-09-AC\w64\TUFLOW_iSP_w64.exe</tt>
|}
 
 
{{Tips Navigation
|uplink=[[Tutorial_Module06_Archive| Back to Tutorial Module06 Archive]]
}}