[EMAIL PROTECTED] wrote:
> Hi all,
>
> 1) Am working on windows XP, and is there any way i can get the whole
> name as "windows Xp" using python script?
>
>i have tried with
> "os.sys.platform" but it just gives me as "win32", but can
> i get the whole OS name as "windows Xp".
>
If you have Pywin32 installed, you can use WMI to get all these details.
The WMI classes to look at are win32_networkadapter and
win32_operatingsystem.
Roger
--
"Ask the ToeCutter - HE knows who I am !"
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> 1) Am working on windows XP, and is
Hi all,
1) Am working on windows XP, and is there any way i can get the whole
name as "windows Xp" using python script?
i have tried with
"os.sys.platform" but it just gives me as "win32", but can
i get the whole OS name as "windows Xp".
If this is not possible, atleast i have