Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copying file to current directory

How can I copy a file and paste it into the current directory?

copy "C:\Users\G\file.txt"

And then into the cd.

like image 427
George R Avatar asked Oct 18 '25 15:10

George R


1 Answers

In CMD example:

C:\Users\MyUser> COPY "C:\Users\G\file.txt" file.txt

The file will be copied to active path:

C:\users\MyUser
like image 68
Andre Turina Avatar answered Oct 21 '25 04:10

Andre Turina



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!