Batch file to copy file from one system to on
Solved/Closed
Related:
- Script to copy files from one server to another
- Copy command in batch script - Best answers
- Copy file batch - Best answers
- Cannot find script file startupcheck.vbs - Viruses & Security Forum
- Upload files to mediafire - Guide
- How to download multiple files from whatsapp web - WhatsApp Forum
- Soundwire server - Download - Other
- Cybera server - Download - Business management
6 responses
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