save file search into Excel or text

  • Thread starter Thread starter Zorba
  • Start date Start date
Z

Zorba

Hi,

I need to run a find command for files modified on past 24 hours and get
their names, folders, size into an Excel spreasheet or even in a text
format.

Is anyone here that can advise me about how this can be done.

Thank you,

Zorba
 
If you know a specific directory or range of directories
you want results on try "dir /o:d > C:\list.txt" in a DOS
windows without the ".
You can also try "dir /b /o:d > C:\list.txt" if you are
looking for just Filenames..

If you want results across your entire disk, this may get
a little unuseable.

Matty.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top