I have two drives A and B. Using a python script I am creating some files in "A" drive and I am running a powerscript which copies all the files in the drive A to drive B in the interval of 1 sec.
I am getting this error in my powershell.
2015/03/10 23:55:35 ERROR 32 (0x00000020) Time-Stamping Destination File \x.x.x.x\share1\source\ Dummy_100.txt The process cannot access the file because it is being used by another process. Waiting 30 seconds...
How will I overcome this error?