Re: Search & move files
On Oct 3, 7:17 am, "Mr Sandman" <mrsand...@xxxxxxxxxxxxxxxxxxxxx>
wrote:
Basically i want a program that will monitor a folder on my hard drive, and
when a .PDF (searchable PDF) file is stored there, search it for certain
words and depending on weather those words are found in that document, move
it to a predetermined folder.
If you're using Windows, have a look at DirMonitor here:
http://www.esnips.com/web/PDFTools?docsPage=2#files
It will let you launch a batch file every time a file is moved to a
watched folder. Your batch file would be very similar to Hans-
Werner's shell script example, using the Windows binary of pdftotext
available here:
http://www.foolabs.com/xpdf/
You won't have nice tools like awk on Windows, but you might be able
to get by with findstr, which allows regex searches. If not, there
are Windows ports of many of the *nix tools available, such as awk and
grep, or you could certainly do it with the new Windows PowerShell,
available for free from M$.
.
Relevant Pages
- Re: recover compacted folders
... Because of this tendency of attachments to infect, ... , then wasted space is generated in that file, and the folder must be ... Windows 2000 and Windows XP. ... Windows XP Service Pack 2 Resources for IT Professionals ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: OE & SP2 missing Local Folders
... , then wasted space is generated in that file, and the folder must be ... Turn off email scanning in your antivirus software. ... Windows 2000 and Windows XP. ... Windows XP Service Pack 2 Resources for IT Professionals ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: Lost Emails Information During "Compacting" of Folders
... , then wasted space is generated in that file, and the folder must be ... Options | Maintenance for each Identity you have, and then compact manually ... Turn off email scanning in your antivirus software. ... Windows 2000 and Windows XP. ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: downloading messages
... , then wasted space is generated in that file, and the folder must be ... Options | Maintenance for each Identity you have, and then compact manually ... Turn off email scanning in your antivirus software. ... Windows 2000 and Windows XP. ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: Recovering messages failed!!
... Importing Outlook Express 6 messages from storage folder comes up with the ... Turn off email scanning in your antivirus software. ... Windows 2000 and Windows XP. ... Windows XP Service Pack 2 Resources for IT Professionals ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) |
|