Only TUFLOW Console Window Archive

From Tuflow
Revision as of 16:03, 18 April 2025 by Pavlina Monhartova (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

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

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.