I am trying to run this command in dos
FORFILES with params /P C:\Builds\ /M *.chm /S /C "cmd /c copy @file C:\My Brand\"
It is bombing because there is a space in the path to the destination folder. How do I pass the source and destination path limited by the character "? I tried to add an extra double quote, and I got the command" not recognized "
source
share