CONFIG

Top  Previous  Next

 

The CONFIG command reports your licence details and configuration parameters. It can also be used to modify the values of some parameters.

 

 

Format

 

CONFIG {LPTR}

CONFIG param  new.value

 

 

The first format of the CONFIG command allows you to examine your system configuration. The report shows the licence details followed by the values of configurable parameters. The LPTR option directs the report to the default printer.

 

The second form can be used to set parameter param to new.value in the current process. Only parameters that are maintained on a per-process basis can be modified.

 

 

Examples

 

CONFIG

 

Version number 2.2-10

Licence number 1961491396, System id LWWK-FTXT

Maximum users  50, available 43

Expiry date    31 DECEMBER 2007

Licensed to Manor Developments Limited

 

MUSTLOCK  0

NUMFILES  60

NUMLOCKS  70

OBJECTS   0

OBJMEM    0 kb

SORTMEM   1024 kb

SORTWORK  c:\temp

 

The first section of output corresponds to the licence data entered when the system was installed or subsequently relicensed. The second section shows the values of configurable parameters from the qm.ini file in the Windows directory or the /etc/qmconfig file on other platforms.

 

 

Example

 

CONFIG MUSTLOCK 1

 

This command modifies the value of the MUSTLOCK parameter to be 1. Only the process in which the command is executed is affected.