Functionality
This command allows the user to register the license key, after which official use of the product will start.
The command can be executed either by specifying the license key in the parameter directly (-k option) or by specifying the license key file (-f option).
Record format
fjlic.exe | register [-k <license key>] [-f <license key file full path>] |
Option
Specify the license key.
Specify the full path of the file in which the license key is stored. Create the file in which the license key is stored as follows:
XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX
Return value
0: ended normally
Other than 0: Ended abnormally
Command saving location
The following folder in CS:
CS Installation Directory\fjlic |
Authority required for execution/executing environment
Administrator authority is required.
This command must be executed on CS.
Command execution example
Specifying the license key in the fjlic register command directly
"C:\Program FilesFujitsu\Systemwalker Desktop Patrol\fjlic\fjlic.exe" register -k XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX |
Specifying the license key file in which the license key is stored in the fjlic register command
"C:\Program FilesFujitsu\Systemwalker Desktop Patrol\fjlic\fjlic.exe" register -f C:\temp\license.txt |