Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Set AudioLogs=C:\AudioLogs
Set NetworkFolder=\\Server\Share
FOR /f "skip=1 tokens=*" %%a in ('dir /a-d /o-d /b "%AudioLogs%"') do (
ECHO XCOPY /d "%AudioLogs%\%%a" "%NetworkFolder%\*.*"
)
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Join the community of 500,000 technology professionals and ask your questions.