Tom's HardwareTom's IT Pro
I am very simply trying to create a batch file that will copy a file from a network drive onto a pc.I also want to setup a condition to overwrite the existing file on the pc as wellHow can i do this simply?The pc is a windows7 64bit
How can i do this simply?
The pc is a windows7 64bit
@echo off xcopy /y \\server\share\file.txt c:\ Tony
@echo off xcopy /y \\server\share\file.txt c:\
Tony