C confused in SC Sep 15, 2004 #1 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?
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?
S S.J.Haribabu Sep 15, 2004 #2 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.
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.
J Jerold Schulman Sep 16, 2004 #3 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? Click to expand... Schedule a batch with RoboCopy, from tip 6705 in the 'Tips & Tricks' at http://www.jsiinc.com Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com
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? Click to expand... Schedule a batch with RoboCopy, from tip 6705 in the 'Tips & Tricks' at http://www.jsiinc.com Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com