cmd - using forfiles to skip certain files and archive them -
i have task need archive text files location need skip files.
so far have been able archive txt files 1 path using forfiles
in cmd, unable skip files:
forfiles /p "path" /s /m *.txt /c "cmd /c copy @file destination"
Comments
Post a Comment