Export search results

  • Thread starter Thread starter Sabir Ahmedi
  • Start date Start date
S

Sabir Ahmedi

Hi all,
I would like to export the search results of *.mdb files in a particular
folder to a text file.
Is there an easy way to do this?
Thanks,
Sabs.
 
open up a command prompt at the folder in question

dir *.mdb >mdbfiles.txt

or to include mdb files in subfolders

dir *.mdb /s >mdbfiles.txt

Jon
 
Thanks Jon.

Jon said:
open up a command prompt at the folder in question

dir *.mdb >mdbfiles.txt

or to include mdb files in subfolders

dir *.mdb /s >mdbfiles.txt

Jon
 

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

Similar Threads


Back
Top