Skip to main content
Skip table of contents

Command Line Options - SuperCROSS

You can start SuperCROSS from the command line, as follows:

BASH
super.exe {-c | -l | -s | -f | -d} [WorkGroupName] [-n] "database" [-crossPath "<path_location>"] [-configFilesPath "<path_location>"] [-superPath "<path_location>"]

Where:

OptionDescription
-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
  • If SuperCROSS is not running, it will start up and open the Catalogue to the location indicated by the Catalogue code.
  • If SuperCROSS is already running and SuperCROSS is configured to run multiple instances on this machine, a new SuperCROSS instance starts up and the Catalogue opens to the location indicated by the Catalogue code.
  • If SuperCROSS is running and set to only run one instance on the current machine, the Catalogue dialog opens at the location indicated by the Catalogue code.
-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.

BASH
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.

BASH
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.

BASH
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:

BASH
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’.

BASH
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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.