/ Published in: Bash
Copy files recursively in Windows
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for /r %x in (*.jar) do copy "%x" D:\users\sas\desktop\jars