Re: query to find name of the OS, ip addr, mac addr etc

2005-12-13 Thread gene tani
[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". >

Re: query to find name of the OS, ip addr, mac addr etc

2005-12-13 Thread Roger Upole
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

query to find name of the OS, ip addr, mac addr etc

2005-12-13 Thread muttu2244
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