The GenerateKey command line program enables you to create registration codes
for unlocking or extending programs locked for limited use. This program can be
used in batch or online scripts to automate the generation of unlock codes.
Command line format: GENERATEKEY [Option] Product Name, Password, Serial
Number
Where:
|
Option |
Type of unlock/extend key to generate |
|
Product Name |
Product name of program to unlock/extend |
|
Password |
Password used when locking the program |
|
Serial Number |
Serial number of the program to unlock/extend (provided by User) |
GenerateKey Options
The following options are available for GenerateKey:
|
-x |
Unlimited usage (default command) |
|
-u Uses |
Limit the number of uses to a given number |
|
-d Days |
Limit the number of days to a given number |
|
-e mm/dd/yyyy |
Limit to expire after a given date |
|
-r |
Reset the license to original parameters |
|
-l |
Display software license |
Example:
To set the total number of days the application program may run to 30 days use:
GenerateKey -u 30 myprogram testpassword 1247
|