Hi guys I have a 500 pdf files.. My problem is I want to create a list of all PDF files in the same directory and store it as a Excel document or txt document using a batch program for quick process .. In my folder there are folders,excel document,word document and pdf. I only want the pdf files.
Ex.
Dostips.pdf
google.pdf
yahoo.pdf
mozilla.pdf
etc.
save as in Excel document or txt document
Thanks you,
Create a list of files
Moderator: DosItHelp
Create a list of files
Last edited by xhai on 17 Jun 2014 09:06, edited 2 times in total.
Re: Help code Copy files
Code: Select all
dir /a-d /b *.pdf>Pdflist.txt
Re: Create a list of files
Some posts were pruned as the question changed, and they became irrelevant.