Previous | Contents | Index | Next
The XTrackCAD executable is named xtrkcad.exe on Windows and xtrkcad on Linux and OSX.
It is usually started by clicking on its icon, or right-click and Open in OSX Catalina, but there are command line options as well.
Command Line
On Windows:
xtrkcad [/c config] [/v] [/l logfile] [/d logcontrol] layoutfile
On Mac OSX:
cd /Applications
./open xtrkcad --args [-c config] [-v] [-l logfile] [-d logcontrol] layoutfile
On Linux:
xtrkcad [-c config] [-v] [-l logfile] [-d logcontrol] layoutfile
Command line parameters
c config
layoutfile
Debugging Parameters
The following parameters are for debugging purposes and are mainly of interest to the developers.
v
d logcontrol
logmodule[=level]
. logmodule defines the functionality that should be logged, the optional level specifies the loglevel. Zero means no logging. Defaults are no modules are logged and loglevel is 1 if omitted from logonctrol parameter.
l logfile
V