Pycron for windows - please help

Al bernala at gmail.com
Sun Mar 25 09:17:47 EDT 2007


Shane,

   I figured it out... Pycron does not work with mapped drives. My
script was supposed to copy files from a mapped drive to a local
folder... I had set up my batch command as copy M:\foldername\*.*,
where M: is a mapped drive pointing to the network share; M: is
defined on the PC running the Pycron service of course. I changed it
to read copy \\servername\shares\foldername\*.* and now everything
works correctly.

Al




More information about the Python-list mailing list