I need a program that can search all local hard drives for files with
specific words in the title, then display the list of files that
match. The user should then be able to click on specific files in the
list and click on a "Delete" button to delete these files. There
should also be a "Select All" button to select all documents so the
user can choose to delete these documents. There should also be a
"Close" button that will ask the user if they want to empty their
trashcan before exiting the program. |
Clarification of Question by
timtitus-ga
on
09 Mar 2005 10:19 PST
This program should work on any Windows 2000 or XP computer without
any other software. Optimally, it should be a VB script.
The program should allow me to enter multiple words to search the title.
|
Request for Question Clarification by
rainbow-ga
on
09 Mar 2005 15:33 PST
Hi timtitus,
Since I want to be certain I find a program which suits your purpose,
please take a look at these and let me know if any are what you are
looking for:
FileLister
http://www.acutesoftware.com.au/filelist.html
============================
Agent Ransack
http://www.mythicsoft.com/agentransack/Page.aspx?page=home
============================
FileLocator Pro
http://www.mythicsoft.com/flpro/default.aspx
============================
Turbo Searcher
http://www.knownsoft.com/overview.htm
============================
Effective File Search
http://www.sowsoft.com/search.htm
============================
DocYouMeant Hound
http://myradus.com/Product_FindTheDocYouMeantForm.aspx
============================
Burn Rubber: File Search Accelerator
http://www.exibitionsoftware.com/products/burnrubber/help/page2.html
============================
PowerSearch
http://www.hnisoft.com/powersearch.htm
============================
Files Search Assistant
http://www.aks-labs.com/products/files_search_assistant.htm
============================
File Locator
http://www.amicutilities.com/file-locator/
Waiting to hear your views.
Best regards,
Rainbow
|
Clarification of Question by
timtitus-ga
on
09 Mar 2005 15:45 PST
I need a VB program that can do this. I will be sending this program
to a large number of people inside our company to help them delete old
versions of documents. I want to put the list of documents inside the
program so the user only has to run the program/script on their
laptop, and the program will display all of the documents that match
the list inside the program. The user can then click "Delete all" to
delete all of their old versions of documents.
Pre-packaged software will not work because it will confuse our users,
and make this more difficult than it needs to be, and it will be too
expensive because I would have to purchase 100 licenses.
|
Request for Question Clarification by
jbf777-ga
on
09 Mar 2005 22:30 PST
Would an individual who could write a custom script suffice as an
answer, provided it's under a few hundred dollars (or within your
budget)?
jbf777
Researcher
Google Answers
|
Clarification of Question by
timtitus-ga
on
10 Mar 2005 07:49 PST
My question clearly states that I'm looking for someone to create a
really small simple VB program for me.
I've submitted questions like this through Google before and have had
multiple people offer their code as a solution, so I need the code.
If you would only offer me a name of an individual who could do it, I
would have to pay you $5, and pay them $95 for the coding.
|
Request for Question Clarification by
hammer-ga
on
10 Mar 2005 08:22 PST
Timtitus,
You say you want to be able to put the words into the program. This
raises an issue. Do the match parameters ever change? Should the user
be able to change the match parameters? If not, do you have the
ability to compile a VB exe, so you can change the match parameters
and recompile?
Also, since the Find built into both W2K and XP can do what you
describe, in what way is Find deficient for your purposes?
- Hammer
|
Clarification of Question by
timtitus-ga
on
10 Mar 2005 11:07 PST
Yes, I can compile a VB program.
The files that should be found are:
*schema.pdf
*schemas.pdf
Configuration Guide*.*
*Config and Implementation.doc
*Config and Implementation.pdf
ConfigImpGuide*.*
There may be more that need to be searched for, but I should be able
to add one or two more before compiling.
The Microsoft search won't work because I would have to ask users to
run the search for each of these (one at a time), and then ask them to
delete it. I'm looking for a simple program that would search for any
of the above files, list all of them in a box, and then allow the user
to delete all of them with one button click. Upon exiting the
program, it should offer to empty their trash.
|