RE: How to get a network resource on a windows server

2005-12-01 Thread Tim Golden
[Frank.Lin] I am working in windows environment and I want copy some files from a remote share folder. Now I want to let my script establish a connection between NULL device name and a shared resource then return a list of files matching the given pattern and copy them to local host

Re: How to get a network resource on a windows server

2005-12-01 Thread Frank.Lin
Hi TIm : The 3rd case fit me and all tips are useful ^_^ Thanks for you help! -- On Thu, 1 Dec 2005 08:49:42 -, Tim Golden wrote: It's not entirely clear exactly what you're trying to do. I'll present some (hopefully) useful tips based on a bit of guesswork. I'm assuming you're

How to get a network resource on a windows server

2005-11-30 Thread Frank.Lin
I am new to learn program. please do me a favor. I am working in windows environment and I want copy some files from a remote share folder. I formerly mapped these share folers to a local device, then run my python script to copy files matching the given pattern to destination folder and deal