Hey all. Absolutely new to VBScripts but I have been tasked with the following:
Need to do the following:
1. Daily at 10PM - everything in \\ServerA\source goes to \\ServerB\destination. After the transfer, delete everything from the source. (MOVE?)
2. Daily at 1AM -everything in \\serverC\source goes to \\serverD\destination. Overwrite all files at destination. OK to leave source files.
So, one step needs to move data across the network/overwrite as needed and the other step needs to overwrite the destination files leaving the copies at the source.
I have more of a networking background so this is all new for me. I appreciate any help you can offer.
Thank you,
John
Need to do the following:
1. Daily at 10PM - everything in \\ServerA\source goes to \\ServerB\destination. After the transfer, delete everything from the source. (MOVE?)
2. Daily at 1AM -everything in \\serverC\source goes to \\serverD\destination. Overwrite all files at destination. OK to leave source files.
So, one step needs to move data across the network/overwrite as needed and the other step needs to overwrite the destination files leaving the copies at the source.
I have more of a networking background so this is all new for me. I appreciate any help you can offer.
Thank you,
John