Batch File Not Running: Difference between revisions
Content deleted Content added
No edit summary |
|||
| (9 intermediate revisions by 3 users not shown) | |||
Line 1:
=Description=
When running TUFLOW with a batch file and setting the TUFLOW executable path or other commands as variable, the
[[File: Batch_File_Not_Running.png ]]
<br>
=Suggestions=
Check 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 "
|-
|
<tt>set TUFLOWEXE = C:\TUFLOW\Releases\2017-09-AC\w64\TUFLOW_iSP_w64.exe</tt>
|}
To solve this issue, please remove the " "(space) next to the "=".<br>
For example (correct format):
{| class="wikitable "
|-
|
<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]]
}}
| |||