Copy files recursively


/ Published in: Bash
Save to your folder(s)

Copy files recursively in Windows


Copy this code and paste it in your HTML
  1. for /r %x in (*.jar) do copy "%x" D:\users\sas\desktop\jars

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.