This is my first post to this forum so I hope I’m in the right area and on topic.
I have been trying to write a lazy script that will compare files then mirror from my main computer, look to see if the network drive is available on another computer. If so then mirror from the main computer to the first networked drive. If that drive is NOT found then continue on and mirror from the main drive to the last networked drive on the third computer.
So the sequence is
Mirror from main computer drive C: to main computer drive E
The next lines would be to look to see if network drive X exits on the second computer . If it does then mirror files from drive C: to network drive X. If X does not exist then continue to the next lines and mirror files from main computer C: to network drive Y on the third computer.
I can do this manually. I was writing the script to save some time and keystrokes.
I have been trying to write a lazy script that will compare files then mirror from my main computer, look to see if the network drive is available on another computer. If so then mirror from the main computer to the first networked drive. If that drive is NOT found then continue on and mirror from the main drive to the last networked drive on the third computer.
So the sequence is
Mirror from main computer drive C: to main computer drive E
The next lines would be to look to see if network drive X exits on the second computer . If it does then mirror files from drive C: to network drive X. If X does not exist then continue to the next lines and mirror files from main computer C: to network drive Y on the third computer.
I can do this manually. I was writing the script to save some time and keystrokes.
Comment