can someone tell me what's wrong with this?
@echo off echo Copying files... forfiles /p "C:\Users\13195\Desktop\nmb\Employment Documents\docs\.0-CURRENT" /m "*.docx" /s /c ^ "cmd /c copy @path C:\Users\13195\Desktop\nmb\d\docs\.0-CURRENT\google_drive" pause echo All files have been copied. exit
i'm getting:
invalid syntax. value expected for '/c'.
but according to this, nothing is wrong:
https://www.computerhope.com/forfiles.htm



Back to top







