Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know the serial number of a processor
Message
From
20/05/2003 08:37:20
 
 
To
20/05/2003 06:26:08
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00790341
Message ID:
00790384
Views:
20
Carla Hi,

I don't know about the processor but for the hard drive you can use the following code:

ofso = CREATEOBJECT('scripting.filesystemobject')
sernum = ALLTRIM(STR(ofso.drives('C').serialnumber))
MESSAGEBOX("The serial number of drive C is " + sernum)

Jonathan
Previous
Reply
Map
View

Click here to load this message in the networking platform