how can I copy all .png files in my current directory to a folder in my current directory called "src"?
I tried this code:
copy .*.png /src
and it didn't work for me.
|
how can I copy all I tried this code:
and it didn't work for me. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
remove the forward slash so
| |||
|
feedback
|
|
You had an extra period in the source, try this :
| |||
feedback
|
|
If the src subdirectory exists...try
| |||||
feedback
|