[Tutor] Tutor Digest, Vol 23, Issue 7

Ron Speerstra rs445 at hotmail.com
Wed Jan 4 12:43:43 CET 2006


Wouw, this is realy good!!
Thanks for all, I can go on now with my DB.
you were realy helpful, all.

>************************************
> >>> import win32api
> >>> CD_Info = win32api.GetVolumeInformation("D:/")
> >>> serno = CD_Info[1]
> >>> if serno < 0:
>...    serno_str = "%X" % (0x100000000+serno)
>... else:
>...    serno_str = "%X" % serno
>...
> >>> serno_str
>'8A73780D'
> >>>
>
>************************************

Thanks Gr Ron Speerstra

_________________________________________________________________
Een audiogesprek? Pak Messenger, niet de telefoon 
http://www1.imagine-msn.com/Messenger/Video.aspx



More information about the Tutor mailing list