Run TUFLOW From UltraEdit: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 13:
 
The recommended command line argument is:
 
<pre>start "TUFLOW" /low "C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "%f"</pre>
This starts a new window (start) with the title "TUFLOW" ("TUFLOW") with low priority (/low) the next argument is path the the TUFLOW executable and the file argument "%f" uses the currently open file as the TUFLOW control file. Depending on the location of the executable the above command line will need to be modified. For multi-core machines the first three arguments can be omitted, this will start TUFLOW on normal priority.
<pre>"C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "%f"</pre>
Depending on the location of the executable the above command line will need to be modified.<br>
This starts TUFLOW on the default "Normal" priority, which is generally fine for multi-core machines. The priority can be changed in windows task manager (in the "Processes" tab). The priority can also be set in the Ultraedit command line using the following command line, which will start TUFLOW in "Low" priority.
<pre>start "TUFLOW" /low "C:\TUFLOW\Releases\2010-10\w32\TUFLOW_iSP_w32.exe" "%f"</pre>
 
In the "Options" tab, set the check boxes as follows: