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

Roger Upole rupole at hotmail.com
Tue Dec 13 23:31:39 EST 2005


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 !"

<muttu2244 at yahoo.com> 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 this is not possible, atleast i have a exe file, which puts all
> the information about the system on the desktop, like os name, ip addr,
> mac addr, etc etc, is there a way where i can collect this information
> (from exe file to a text file )  with python script, so that atleast
> that way i ll get the full OS name.
>
> 2) How can i get the "ip address" of my system? using python script.
>
> 3) How can i get the "mac address" of the system? using python script.
>
> 4) And how can i get the my "computer name" ? using python script.
>
> Thanks in advance for having given a thought on my queries.
>
> regards
> yogi
> 



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list