调用方式和参数.txt 752 B

12345678910111213141516171819
  1. 调用说明:
  2. regInfo.exe machinecode Get this machine's unique code
  3. regInfo.exe read licensefile Read and display all license info
  4. regInfo.exe -f licensefile -field Show specific field(s)
  5. regInfo.exe -f licensefile -verify Verify license validity
  6. Fields -name, -machinecode, -phone, -unit, -authdatetime, -over, -update
  7. 注册文件校验错误Verify error codes
  8. 0 valid 注册文件有效
  9. 10001 license file invalid 文件无效
  10. 10002 license expired (overdatetime) 过期
  11. 10004 machine code mismatch 机器码不匹配
  12. 注册生成的json文件格式如下
  13. {name..., machinecode..., phone...,
  14. unit..., authdatetime..., overdatetime...,
  15. updatedatetime...}