Good morning,
I need to create a csv file listing only name and date of the files within a given directory, but I could not identify any options of the command dir
where I bring only those items, most of them have a header and the size of the files.
I'm using it like this
dir "\diretorio_origem\*.pdf" > \diretorio_destino\lista_arquivos.csv
Thank you!