貌似问题结解决了…而且似乎发现了有意思的现象,懂得自然就懂了…
Team EFA (Eda For All).
usage: MentorKG [licensefile(s)] [-options]
licensefile(s) is(are) the file(s) to recrypt
options:
-i infile , defines the INPUT file.
-o outfile , defines the OUTPUT file.
-e errfile , defines the ERROR file otherwise goes to stdout.
-h HostID , default is one of your Network Cards
X-YYYYYYYY gives HOSTID=FLEXID=X-YYYYYYYY
XXXXXXXXXXXX gives HOSTID=XXXXXXXXXXXX
-hn , uses the NETWORK CARD as host
-hd , uses the DISK_SERIAL_NUM as host
-h7 , uses the FlexID=7-xxxxxxxx as host
-h6 , uses the FlexID=6-xxxxxxxx as host
-n , forces the license to be Nodelocked (Default).
-f , forces the license to be FLOATING.
-u , number of users in case of floating Defaults to 99.
-sn , serial number to be used in license, generates a random by default
-pack , makes license using PACKAGE
-all , makes license using ALL known features
-perm , makes a PERMANENT license
-exp m/d/y , sets the license expiration date, default is 7 years from today
-notice str , Changes NOTICE= to str, if null clears and with spaces use "str"
-issuer str , Changes ISSUER= to str, same as notice
-s , Takes out SUPERSEDE from license
-ck , Disables Checksum of license
-none , Disables NOTICE,ISSUER and ck
-x , bypasses any parsing of license, just recrypt
-maxlen n , limits line length for continuation, -1 for unlimited.
-longkey , includes generation date in the KEY (default).
If no arguments, generates a default LICENSE.TXT in current folder.
Examples:
MentorKG -o TEST.DAT ; Makes a default TEST.DAT
MentorKG License.dat -efa -maxlen -1 ; Recrypts License.dat no warp lines
Host examples:
MentorKG -h 6-12345678 ; Nodelocked HOSTID=FLEXID=6-12345678.
MentorKG -f -h ffffffff ; Floating HOSTID=ffffffff (works fine also). |