Only TUFLOW Console Window Archive: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
 
Line 4: Line 4:
=Suggestions=
=Suggestions=
This happens if the run option you have specified in Notepad++ is not complete. Check if <font color="red"><tt>"$(FULL_CURRENT_PATH)"</tt></font> syntax has been provided along with the link to the TUFLOW exe? Delete the existing shortcut and recreate it with the complete syntax. <br>
This happens if the run option you have specified in Notepad++ is not complete. Check if <font color="red"><tt>"$(FULL_CURRENT_PATH)"</tt></font> syntax has been provided along with the link to the TUFLOW exe? Delete the existing shortcut and recreate it with the complete syntax. <br>
Eg. "C:\TUFLOW\Releases\2018-03\w64\TUFLOW_iSP_w64.exe" <font color="red"><tt>"$(FULL_CURRENT_PATH)"</tt></font><br>
E.g. "C:\TUFLOW\Releases\2018-03\w64\TUFLOW_iSP_w64.exe" <font color="red"><tt>"$(FULL_CURRENT_PATH)"</tt></font><br>


"$(FULL_CURRENT_PATH)" tells notepad to pass the currently open file to TUFLOW exe as the input file.
"$(FULL_CURRENT_PATH)" tells notepad to pass the currently open file to TUFLOW exe as the input file.

Latest revision as of 14:14, 30 March 2026

Description

When running TUFLOW from Notepad++, only TUFLOW console window opens, though the TCF isn’t read and the simulation doesn’t execute.

Suggestions

This happens if the run option you have specified in Notepad++ is not complete. Check if "$(FULL_CURRENT_PATH)" syntax has been provided along with the link to the TUFLOW exe? Delete the existing shortcut and recreate it with the complete syntax.
E.g. "C:\TUFLOW\Releases\2018-03\w64\TUFLOW_iSP_w64.exe" "$(FULL_CURRENT_PATH)"

"$(FULL_CURRENT_PATH)" tells notepad to pass the currently open file to TUFLOW exe as the input file.


Up
Back to Tutorial Model Archive