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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -