> can someone give me some ideas as to how I can copy files to > a network share on the Win32 platform? See my recent post about using WSH from within Python. You can do this stuff using the WSH objects, specifically the filesystem object allows access to shares but I think the net object also does it. (I don't have my WSH book to hand right now...) HTH, Alan G.