I've been Googling around for easiest way to do these three things withoin a Python script:
- get a list of workgroups on LAN - get a list of computers in workgroup - get a list of shares of a computer And i found next to nothing :(. The best I could do is try to use "net view" and parse it's output, but that seems really bad to me. Is there a better and more simple way? -- Karlo Lozovina - Mosor _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32