G
Guest
Hi.
I've been asked to create a batch file that will copy the contents of one
folder that sits on one server to another folder that sits on another server.
This has to be done every night around 9pm.
I've never created a batch file before but so far I've found how to copy the
contents of a folder to another folder on the same machine:
@echo on
xcopy c:\TestSource c:\TestDestination /m /e /y
how would I modify this to copy files to a folder that sits on another server
thanks in advance.
I've been asked to create a batch file that will copy the contents of one
folder that sits on one server to another folder that sits on another server.
This has to be done every night around 9pm.
I've never created a batch file before but so far I've found how to copy the
contents of a folder to another folder on the same machine:
@echo on
xcopy c:\TestSource c:\TestDestination /m /e /y
how would I modify this to copy files to a folder that sits on another server
thanks in advance.