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