Hi
Iam trying to copy some files from 1 server to a shared folder on another remote windows server with the following command:
os.system("copy C:\1.txt \\IPADDRESS\Pat h"),
but this does not work. any help will be appreciated.
Can os.system be used on windows ? Will I need to the WNetAddConnecti on2 prior to this ?
Thanks,
Kavitha
Iam trying to copy some files from 1 server to a shared folder on another remote windows server with the following command:
os.system("copy C:\1.txt \\IPADDRESS\Pat h"),
but this does not work. any help will be appreciated.
Can os.system be used on windows ? Will I need to the WNetAddConnecti on2 prior to this ?
Thanks,
Kavitha
Comment