Run TUFLOW From PowerShell: Difference between revisions

Content deleted Content added
Line 7:
 
=Using PowerShell=
Open Windows PowerShell from the Windows start menu. When running a script via the PowerShell command line, the current working directory should typically be set to the same directory as the location of the script and TCF file. To change the current working directory, use the “cd” command. If there are spaces in your folder path, use single quotations around entry (' '):
<pre>
cd '<Path-to-Tuflow-Runs-Folder>'