Documentation | Help File | Command Line parameters
The Editor can be executed with a number of different command line parameters. The command line parameters make the Editor act in a different way in comparison to the default execution (without parameters).
To execute the Editor with a command line parameter
Start button on the Windows taskbar - this invokes the Windows start menu.Windows start menu click on the Run… item - this invokes the Run dialog box.Run dialog box type cmd and press the Enter key - this invokes the Windows Command Line.[drive letter]: , where the [drive letter] is the letter of the drive on which the Editor is installed, and press the Enter key.cd [Editor installation path] , where [Editor installation path] is the path to the folder where the Editor is installed, and press the Enter key.ttkEDT.exe /[parameter]=[path] and press the Enter key. For the list of available parameters see Editor command line parameters below.| Parameter | Example | Description |
|---|---|---|
/ss /StartupScript | ttkEDT.exe /ss=C:\TatukGIS\startup.psc | Force the Editor to use different startup script for building the user interface. |
/es /ExecuteScript | ttkEDT.exe /es=C:\TatukGIS\sample.ssproj | Executes the user specified script immediately after the Editor startup; terminates the Editor after finishing the execution |
/rs /RunScript | ttkEDT.exe /rs=C:\TatukGIS\sample.ssproj | Executes the user specified script immediately after the Editor startup. |
/sc /SyntaxCheck | ttkEDT.exe /sc=C:\TatukGIS\sample.ssproj > C:\TatukGIS\result.txt | Compiles a user specified script and saves the compilation result to a user specified text file. |
/c /Compile | ttkEDT.exe /c=C:\TatukGIS\sample.ssproj | Compiles a user specified script and, if the compilation returns no errors, generates the binary version of the script. |
C:\Program Files\TatukGIS\Editor.ttkEDT parameters | Out-Host to avoid calling next copy of the Editor before the previous one is still running.