Run TUFLOW From PowerShell: Difference between revisions

Content deleted Content added
Line 42:
</pre>
 
When specifying a tcf file that includes scenarios and/or events within the filename use single quotations around the tcf file reference (' '). The specific scenarios and event references do not require quotations.
This is an example demonstrates how to make a copy of project milestone model for archiving:
<pre>
C:\bin\TUFLOW\2025.0.3\TUFLOW_iSP_w64.exe '-b' '-capncfx' 'C:\Projects\11056\Milestone_Archive-s1' model_0015m '-s2' D01 'model_~s1~_~s2~_001.tcf'
</pre>
 
This is an example demonstrates how to makepackage a copy of a project milestone model (including all possible scenario and event inputs) for archiving:
When specifying a tcf file that includes scenarios and/or events within the filename use single quotations around the tcf file reference (' '). The specific scenarios and event references do not require quotations.
<pre>
C:\bin\TUFLOW\2025.0.3\TUFLOW_iSP_w64.exe '-b' '-xpmAll' '-xf0' '-s1' 5m '-s2' D01 'model_~s1~_~s2~_001.tcf'
</pre>