Hi, I need some advise and help on batch file to search folders for file types and move them into another folder.
One example is that we might have excel files all over, from downloads using different browsers, desktop, my documents & probably any folder a user creates especially "new folder".
I used to create a batch file using the "for" command running a "dir" looking for "*.xls" and then a "move %% c:\xls".
Can someone kndly assist
One example is that we might have excel files all over, from downloads using different browsers, desktop, my documents & probably any folder a user creates especially "new folder".
I used to create a batch file using the "for" command running a "dir" looking for "*.xls" and then a "move %% c:\xls".
Can someone kndly assist