Command Line Options - SuperCROSS
You can start SuperCROSS from the command line, as follows:
super.exe {-c | -l | -s | -f | -d} [WorkGroupName] [-n] "database" [-crossPath "<path_location>"] [-configFilesPath "<path_location>"] [-superPath "<path_location>"]
Where:
Option | Description |
---|---|
-c | Starts SuperCROSS in Client mode. A valid work group name, other than the default work group name, must be entered in the super.ini configuration file. An error message displays if either the default work group name or an invalid work group name is entered. |
-l | Starts SuperCROSS in Local mode. A valid work group name, other than the default work group name, must be entered in the super.ini configuration file. An error message displays if either the default work group name or an invalid work group name is entered. |
-s | Starts SuperCROSS in Server mode. A valid work group name, other than the default work group name, must be entered in the super.ini configuration file. An error message displays if either the default work group name or an invalid work group name is entered. |
-f |
|
-d | Starts SuperCROSS with a specific catalogue database. |
[WorkGroupName] | The work group name to load. If a name is omitted, the work group in the super.ini configuration file is used. |
[-n] | Load a new table option using the specified database name. |
"database" | The name of the database. |
-crossPath | The location of the cross.ini configuration file. |
-configFilesPath | The location of the other .ini files. |
-superPath | The location of the super.ini configuration file. |
Examples
The following command line invokes a new table in SuperCROSS local mode using the Financial Database.
super.exe -l -n “Financial Database”
The following command line invokes a new table in SuperCROSS client mode using the ‘Sample1’ work group and the Financial Database.
super.exe -c Sample1 -n “Financial Database”
The following command line invokes a new table in SuperCROSS server mode using the ‘Sample2’ work group and the Halcyon City Sample Database.
super.exe -s Sample2 -n chd
To open existing .TXD and .SCS tables you need to list the table or tables you want to open:
super.exe "C:\Temp\Sample1.TXD" "C:\SXV4 Databases\Financial Database.SCS”
The following command starts up SuperCROSS and displays the Catalogue named ‘Census 2006’.
super.exe -f "Census 2006"
A Catalogue code is a single code that is used to refer to a folder somewhere in the Catalogue, rather than a path comprising several codes. All folders within the Catalogue have a unique code. If the Catalogue code typed in doesn't exist an error message displays.