Run TUFLOW From PowerShell: Difference between revisions

Content deleted Content added
Line 18:
 
{{Video|name=TUFLOW Run_Edited.mp4|width=850}}<br>
 
A Windows batch file can also be used to execute a PowerShell script, avoiding the need to work in the PowerShell command line.
* Create a text file with a *.bat file extension
* Add the following syntax to the batch file: "@powershell -File .\run_TUFLOW_simulations.ps1"
* Double left mouse click the batch file from Window Explorer to execute the batch file that calls the PowerShell script
 
 
<br>