I am trying to copy files with 2 or more names in them.
Example a file is named "blue cat eats dog in the morning" I want copy it using a script copyto
Code: Select all
copyto "D:\Test", "D:\Folder\*cat* && *dog*";
Code: Select all
copyto "D:\Test", "D:\Folder\*cat* || *dog*";
I have thousands of image files so i cant do them manually.