cmd generates a list of file names with a specific suffix and writes them to txt

Compare and write all .libfiles in the current folder to txt:

dir /b *.lib>1.txt

result:
insert image description here

Guess you like

Origin blog.csdn.net/sdhdsf132452/article/details/130819726