Link to home
Start Free TrialLog in
Avatar of rakkad
rakkadFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Setup robocopy job to copy .exes only

Setup robocopy batch job to copy .exes only
Avatar of sysreq2000
sysreq2000

ROBOCOPY source destination *.exe
ASKER CERTIFIED SOLUTION
Avatar of 0210018
0210018

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The easiest way to create your custom RoboCopy is to use RoboCopy GUI, which will give you the command after you configured it.
Have in mind that there is also RichCopy, which is multi threaded, and can copy faster. RichCopy will also give you the command lines, and it is what I use to keep folders synchronized copying only the changes.