Category: General

CMD copy command

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�...