Batch Script - XCOPY



This batch command copies files and directories in a more advanced way.

Syntax

Xcopy [source][destination]

Example

Xcopy c:\lists.txt c:\tp\

Output

The above command will copy the file lists.txt to the tp folder.

batch_script_commands.htm
Advertisements