I put the following text into a .bat file and run it in Windows Command Prompt. See if you can modify it and make it work for you. The returned text shows some numbers resembling the license number.
set UserFolder=C:\Users\xxx\Documents
rem for R2014b
set MATLAB_ROOT=C:\Program Files\MATLAB\R2014b
"%MATLAB_ROOT%\etc\win64\lmutil.exe" lmstat -a -c "%MATLAB_ROOT%\licenses\network.lic" > "%UserFolder%\MATLAB_Usage.txt"
notepad "%UserFolder%\MATLAB_Usage.txt"
2 Comments
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/423474-which-license-am-i-using-for-each-toolbox#comment_621044
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/423474-which-license-am-i-using-for-each-toolbox#comment_621044
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/423474-which-license-am-i-using-for-each-toolbox#comment_621049
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/423474-which-license-am-i-using-for-each-toolbox#comment_621049
Sign in to comment.