I want to search for some file that have start character about the same
and then I collect all information in file in search and collect it redirect it into 1 txt file.
How do I do it.
Here my trying:
(dir /s unixinv*.csv do type unixinv*) > summary2.txt
Just like :
find xxx*
if yes collect data >> summary2.txt else keep finding every file in this folder and every sub folder
Thank you I'm trying to learn about it.
Maybe very bad trying result sometime from me :)