import os
os.system(r"net use z: \\computer\folder")
Something in the win32net module of win32all may be relevant if you
don't want to do it through os.system:
http://aspn.activestate.com/ASPN/docs/ActivePython/2.4/pywin32/win32net__NetUseAdd_meth.htmlJeff
pgp7mEoPdAfNP.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list
