Scheduled Copying in Win Explorer

  • Thread starter Thread starter confused in SC
  • Start date Start date
C

confused in SC

How do i get my computer to copy files from one place to
another on my LAN at 2:00 am when i'm not here?
 
Hi,

Create a batch file which contains the copy command with source and
destination in UNC format. For example

copy \\server1\share1 c:\test /Y

Y - suppresses prompting to confirm you want to overwrite an existing
destination file.

Schedule this batch file when to run.

Thanks,
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top