Effacer les filtres
Effacer les filtres

To associate a routine to only one PC

1 vue (au cours des 30 derniers jours)
Mauro Colombano
Mauro Colombano le 24 Sep 2020
Commenté : Star Strider le 24 Sep 2020
I would like to ask you for one or more commands that can read data that are only typical of one PC (e.g. the PC name, or its mac-address..).
Thanks a lot for your help

Réponse acceptée

Star Strider
Star Strider le 24 Sep 2020
For Windows systems, one option could be to do what MathWorks does, and use the ‘C:\’ volume sedrial number:
[s,cmdout] = system('vol');
SN = cmdout(end-9:end-1)
The ‘SN’ variable is a (1x9) character array.
  4 commentaires
Mauro Colombano
Mauro Colombano le 24 Sep 2020
As I did, thanks!
When I'll have checked with my colleagues wether it works, I will accept the answer
Best Regards!
Star Strider
Star Strider le 24 Sep 2020
My pleasure!
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by