Copy and Echo
Posted: 06 Jul 2021 09:02
I copied:
copy c:\users\test\sample.txt" "d:\test"
I get 1 file(s) copied.
I want to see the full path of what it is being copied.
I used echo copy c:\users\test\sample.txt" "d:\test" but when I ran the batch file it showed the full path but did not copy
What command can I use to view the full path when copying?
Thanks in advance.
copy c:\users\test\sample.txt" "d:\test"
I get 1 file(s) copied.
I want to see the full path of what it is being copied.
I used echo copy c:\users\test\sample.txt" "d:\test" but when I ran the batch file it showed the full path but did not copy
What command can I use to view the full path when copying?
Thanks in advance.