Only TUFLOW Console Window Archive: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
Created page with "=Description= When running TUFLOW from Notepad++, only TUFLOW console window opens, though the TCF isn’t read and the simulation doesn’t execute.<br> File:Only_TUFLOW_DO..."
 
No edit summary
 
Line 7: Line 7:


"$(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.


{{Tips Navigation
|uplink=[[Tutorial_Model_Archive| Back to Tutorial Model Archive]]
}}

Latest revision as of 12:07, 8 January 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.
Eg. "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