License #
Syntax | Description | Type |
---|---|---|
REGISTER LICENSE | Register License | RDL |
SHOW LICENSE INFO | View License | RQL |
1. Register license #
copyREGISTER LICENSE
Example
Register license with registration code
copyREGISTER LICENSE 'license-key';
Register license with license file
copyREGISTER LICENSE 'path/license-file';
2. View License #
Execute following commend to view license
copySHOW LICENSE INFO;
Example
View license
copySHOW LICENSE INFO;
Use the registration code file to preview license
copySHOW LICENSE INFO 'license-key';
Use license file to preview license
copySHOW LICENSE INFO 'path/license-file';