copy command
Summary
You can copy the file to a destination.
Description
This command allows you to create copies of files or folders to a different name, or different path. This is useful for many purposes.
Command usage
copy <source> <target>
Examples
copy hello.txt goodbye.txt
: Creates a copy of hello.txt that has the name of goodbye.txtcopy DebugInfo.txt Debug
: Creates a copy of DebugInfo.txt under a different path
Last updated