Batch file to copy from source to destination
Closed
Vipin
-
Feb 29, 2016 at 04:27 AM
BrianGreen
BrianGreen
- Posts
- 1010
- Registration date
- Saturday January 17, 2015
- Status
- Moderator
- Last seen
- September 30, 2021
Related:
- Batch file to copy from source to destination
- Batch file to open folder ✓ - Forum - Windows
- Batch file send email ✓ - Forum - Internet/Social Networks
- Batch file create text file with date and time ✓ - Forum - Programming
- Ipconfig is not recognized as an internal or external command operable program or batch file - Guide
- Batch file to copy files from one server to another ✓ - Forum - Windows
1 reply
BrianGreen
Mar 2, 2016 at 01:35 AM
- Posts
- 1010
- Registration date
- Saturday January 17, 2015
- Status
- Moderator
- Last seen
- September 30, 2021
Mar 2, 2016 at 01:35 AM
Hi Vipin,
Im not a pogrammer, but looking at some bits on the internet suggest that XCOPY might help.
There are some swithces you can use to make this more granular. To see these (and to see what they do) type
Im not a pogrammer, but looking at some bits on the internet suggest that XCOPY might help.
XCOPY "[Source Path ]" "[Destination Path]"
There are some swithces you can use to make this more granular. To see these (and to see what they do) type
XCOPY /?into a command prompt.