I would like to find the Volume Serial Number for a specific drive in a computer. For example, on windows NT 4.0 if you go to a DOS box and type ‘vol' you will return:
My question is, from my DLL (I am using PBDLL 6.0) how do I get this information?
I have searched through the help files, but can not locate any references to this.
Any help/suggestion would be greatly appreciated.
Thanks in advance.
Best regards,
Andrew Peskin
[email protected]
------------------
Code:
C:\>vol Volume in drive C has no label. Volume Serial Number is C23F-923F C:\>
I have searched through the help files, but can not locate any references to this.
Any help/suggestion would be greatly appreciated.
Thanks in advance.
Best regards,
Andrew Peskin
[email protected]
------------------
Comment