How to get the real serial number of hard disk in a form

Dear all,

Can I get the serial number of the disk hard real in a form?

Help, please


Thank you

It seems that HOST() set some environment variables, then the path to the wmic.exe is not found. The following works for me:

host('cmd /c "c:\windows\system32\wbem\wmic path win32_physicalmedia get serialnumber"'||' > '||'c:\AA.TXT',NO_SCREEN);

François

Tags: Oracle Development

Similar Questions

Maybe you are looking for