Batch file to copy file from one system to on
Solved/Closed
Related:
- Copy files from one server to another windows batch script
- Clear recent files windows 11 - Guide
- Hp smart download windows 10 - Download - Other
- Kmspico windows 10 - Download - Other
- Incoming mail server for gmail - Guide
- How to reset windows 10 password without logging in - Guide
6 replies
Hi,
Please try the following batch command:
Please try the following batch command:
- set path=c:\WINDOWS\system32;
- echo Copying started at %date% %time%>>_date_.txt
- xcopy E:\backup \\SERVER\BACKUP\others /s /a /d
- echo Copying finished at %date% %time%>>_date_.txt
- echo Completed Successfully at %date% %time%>>_date_.txt
- echo --------------------------------------------------------------------------- >>_date_.txt
Apr 5, 2010 at 10:56 AM
Aug 2, 2010 at 11:07 AM
my c:\folder to c:\transfer in remote machine and I have given same command lines and it doesnot.
i have given like this xcopy c:\practicetemp \\10.65.1.71 C:\transfer /s/a/d
rest is same,,,,,,,it gives invalid num of parameters
Mar 18, 2015 at 04:00 AM