Searching in Win'XP

  • Thread starter Thread starter JeffH
  • Start date Start date
J

JeffH

Is it possible to save a search and export it to an
external program like Excel?

Thanks in advance.
 
JeffH said:
Is it possible to save a search and export it to an
external program like Excel?

Not that I know of. I'd use DOS for that. For example to search the C:
drive for all .EXEs, I'd use:

C:\>dir *.exe /s > output.txt

That will output everything found to a file called "output.txt". From
there, you could import that into Excel.

@drian.
 
JeffH said:
Is it possible to save a search and export it to an
external program like Excel?

Hi

Use the free Agent Ransack instead to search for files...

http://www.agentransack.com/default.aspx

Agent Ransack can save the search result to a file (or clipboard), as text,
comma separated text or tab separated text. E.g. Excel reads comma separated
text (csv) very well.
 

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