|
Joe Nunn wrote: > rename your workspace files with .txt at the end with a
handy program > A.F.5 rename your files. > I guess there is a simpler way out there though…. There are ways to search for content
within WOR files – eg, Google Desktop, as previously suggested; or
setting the registry flag "FilterFilesWithUnknownExtensions"=dword:00000001
(the attachments here may be renamed from TXT files to REG and will change the
registry with this flag either ON or OFF – this affects Indexing Service
only), and using the Windows search dog (“Search Companion”). Matthew I thought there was a MBX
that did something like this. But a suitable solution
for you depends on how many WOR files you have, and what you want to “extract”
– or is it just to list all occurrences of Open Table statements? My thoughts:
Another approach would be
to write a routine – even with MapBasic – to do the search. But
only if you have a small number of .WOR files. The advantage of the interactive
desktop search tools is that they’re very much more efficient, unless
you’re a moderately competent coder and call the functionality of
Windows’ inbuilt Indexing Service (which Windows Explorer makes use of,
by the way). But it’s not really
very hard to code a specific application which uses the Indexing Service, and
produces such a list (a VB6 / _vbscript_ / VB.NET application; someone’s
probably done it). IL Thomas PHLAT - http://research.microsoft.com/adapt/phlat/default.aspx (doesn’t work with Windows DTS v3
though) |
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000000
_______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l
