The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
2answers
19 views

How to make index of all files in directory, including subdirectiories and contents of ZIP files?

I need to make list of all files and folders in directory and its subdirectories, including contents of ZIP files. Is there any program that can create nice list of contents?
1
vote
0answers
14 views

No video is written in for some part of video as the segmentation from FFmpeg

I am segmenting a 20 minutes long video to hundreds of small clips . The command is like ffmpeg\\ffmpeg -i nx_1.avi -ss 399.37 -t 1 ka1_2.avi The ffmpeg is in a subfolder. It works very well for ...
0
votes
1answer
36 views

What would cause files to be excluded from Windows Search Indexer unexpectedly?

I have a series of folders (lesson1, lesson2, etc.), and each one contains an "fla" (Flash) file for the lesson. In the parent directory, I typed "*.fla" into the search box to list all the fla files ...
0
votes
2answers
52 views

How do I disable indexing in a specific directory across multiple platforms?

I have some files that will be accessed across several platforms (Mac OS X and Windows 7 mainly, but I wouldn't rule out Linux in the future) and I do not want these files indexed by the search ...
2
votes
2answers
49 views

What cache makes a file search faster for the second time exactly?

On Windows on a HDD partition with Total Commander, if I make a file search on the file system root e.g. C:\, it will take considerable time: it display as it walks the entire directory structure ...
0
votes
1answer
29 views

How can I show files only in Total Commander?

You know that feeling when you search for a specific file but don't remember its exact directory path (you have many subdirectories), and don't want to use standard SEARCH (AltF7 in Total Commander)? ...
0
votes
0answers
19 views

Indexing text with letter spacing emphasis

In the past I have sometimes used letter spacing to emphasize text. This is some important note about a previously performed task where the i m p o r t a n t k e y w o r d s are emphasized by l ...
0
votes
1answer
44 views

index.php file gets downloaded after PHP reinstall

I'm using SugarCRM CE edition 6.4 I uninstalled the php5 from the server (Debian Squeeze) then reinstalled all the php5 with it's modules. Restarted Apache (/etc/init.d/apache2 restart). Then after ...
0
votes
3answers
71 views

Excel combining INDEX and MATCH

I have a sheet with the following data: A B 1 Raisa A 2 Mellissa A 3 Emma A 4 Slyvia B 5 Salina C 6 Beula A 7 Apolonia F And I would like to list all people with A's, ...
0
votes
0answers
18 views

Exclude folder/files from Frequent Places list/jumplist [duplicate]

Is there a way in Windows 8 to exclude certain locations from showing up in the Frequent Places list? Right now I just have the feature turned off but would like to have some of the functionality. I ...
1
vote
1answer
72 views

Dragging the index formula down when using arrays

On this older page, Dan O'Day provides and excellent excel formula to assist with looking up and returning multiple reference values for a given key in separate columns. The formula is: ...
0
votes
1answer
34 views

Index Epubs Windows

Is there any way to get Windows to index epub and mobi files so that I can search them? After reading this, I was able to add epubs to the list of indexed files, but it only gives me plain text as an ...
1
vote
2answers
1k views

Is there an Excel function to create a hash value?

I'm working with a number of data lists that are keyed by document name. The document names, while very descriptive, are quite cumbersome if I need to view them on (up to 256 bytes is a lot of real ...
0
votes
1answer
72 views

avoid duplicate files during backup

I'm backing up 2 drives to an external backup drive. The 2 source drives have a lot of duplicate files (name/size) between them (for work). One of the source drives is already backed up to the ...
1
vote
1answer
69 views

Disabling Indexing in Windows XP

A users computer is being bogged down during the workday by repeated indexing. I want to disable this at the cost of slower searches. I disabled the service entirely in services.msc. I right ...
1
vote
1answer
61 views

where is indexes stored in NTFS when enable it?

When we enable indexing in NTFS Partition , where is saved? How many bits were used? MSDN says: Several new NTFS5 features rely on a fundamental NTFS feature called attribute indexing. For ...
1
vote
1answer
643 views

Is there a Keyboard-Shortcut for updating all fields, tocs and indexes in MS Word 2011 Mac OS X?

I know it's possible to have MS Word 2011 update all fields before printing a document but I would like to be able to update the fields whenever I feel the need to. Is there a keyboard short cut for ...
1
vote
1answer
69 views

excel index match do not ignore 0's

I have a function =INDEX(Database!E$5:E$50,MATCH(TRUE,INDEX((Database!E$5:E$50<>0),0),0)) that searches a column, finds the first number and returns it. Right now it is ignoring cells in the ...
0
votes
0answers
21 views

Exclude a dir with space in name from mlocate db

I find this hard to believe, but according to the documentation it seems that it is impossible to add directories with spaces in their names to the PRUNEFS config variable of mlocate. ...
0
votes
1answer
60 views

Accessing computers on second router from first router

For some reason, the IP addresses of devices connected to my second router are invisible to the system connected to the first router. For the second router however, I can view the systems connected ...
0
votes
1answer
96 views

Searching a string in a file anywhere on PC using Findstr

I have a text (.txt) file located somewhere on my PC that contains a bunch of data, including the following string: Secret Username: ********* Secret Password: ********* How can I find this file ...
0
votes
0answers
30 views

“Download as zip” in Apache2's directory index

I have some files in multiple directories served through Apache. I would like to show at the bottom of each page "download files in this directory as ZIP". What would be the easiest way? CGI scripts ...
0
votes
1answer
140 views

Recovering text from an indexed and now-corrupted RTF file, using Windows.edb

My laptop with SSD drive had a sudden power loss, and upon booting windows up again, an RTF file seems to have been corrupted as a result (despite the file being saved to disk just fine - the file WAS ...
0
votes
1answer
161 views

Export pst files and index

Is there a way to export PST files into a somewhat "open" format, and then use some sort of freeware to index the emails and then search upon the emails in a fast manner? Basically, I have about 4 ...
1
vote
0answers
79 views

CDX currupt index file & Windows 2003 Server

We're experiencing almost everyday database index corruption on Windows Server 2003. I wonder if it can be somehow connected with caching or other server settings. We are running an old application ...
0
votes
0answers
61 views

Indexing/Indexer on Linux, Federated Search Provider on Windows

I have a NAS running a Linux distro, and uses Windows on laptops. Is there any relatively ready-made software that can do indexing on the Linux box, while providing a search interface, preferably with ...
1
vote
0answers
129 views

Large mailbox in Outlook 2007 takes ages to index

In our company each user has a single mailbox and all email they have ever sent/received is in that mailbox. We don't do archiving to PST and we thought that was the way forward. The problem we now ...
2
votes
0answers
75 views

In MS Word 2010, how do I use different styles for different indexes?

I'm using the \f switch in Microsoft Word 2010 to create multiple indexes. I need to style these indexes differently from one another, but I'm unable to work out how to apply different styles to these ...
0
votes
1answer
225 views

Indexing all files and directories of a FTP server?

I found some open FTP servers that allow anonymous login. Is there any softwares on Windows that can recursively index all available files and directories of a FTP server?
4
votes
1answer
724 views

Windows 7 search does not return results from indexed folders

I am experiencing this issue over and over again and I just cannot seem to find the answer. It doesn't make sense, but search simply does not return results from folders that certainly have these ...
0
votes
1answer
2k views

Outlook 2007: instant search not working

I have tried so many things to try to fix this problem with no results. The machine is running Windows XP SP3 with Microsoft Office 2007 Standard. What is happening is that the instant search not ...
0
votes
0answers
65 views

Index not running in Windows Ultimate 64 bit

I have tried all the suggestions to get the index started, but none work for me, in desperation, I have even done a Repair Re-Install, even that hasn't done the trick. When I search, I get the yellow ...
0
votes
1answer
79 views

Outlook 2007 contact indexing issue

I have a user whom is running Outlook 2007 on XP and has a large amount of contacts (I would say around 300-500 contacts) and when he creates a new contact it does not get indexed. In other words it ...
2
votes
0answers
138 views

Solution to archive and search PDF files on a NAS

In my company we have a lot of customer information saved in .pdf files which are stored on a QNAP NAS. I want to be able to do a quick search for information inside the .pdf, like Contract Numbers ...
0
votes
0answers
48 views

Software for indexing a book & article collection [closed]

I actually don't know even if there's such a thing (googling didn't reveal much). In short, I'm looking for something that can put some sense & order into a chaotic (nah, it would take a day's ...
3
votes
2answers
374 views

Searching network drive without indexing - win xp

I believe someone else asked that question in relation to Windows 7 but if I want to search a network drive in Win XP, is there a way to do it without the need to index the files?
3
votes
2answers
3k views

Search network drive without indexing it

Is legacy search available at all in Windows 7? Indexing local drive is fine but indexing mapped network drive containing dozens of GBs is not on as is not searching common network locations all the ...
1
vote
3answers
800 views

How can I search multiple PDF files that have OCR?

I have thousands upon thousands of PDF files that have OCR. It's great when you have one open but I want to be able to find PDF files in a folder that contain X. Adobe seems to have something build in ...
1
vote
1answer
117 views

Debugging iFilter plug-in (PDF indexing)

I have the official Adobe x64 iFilter PDF plug-in and the FoxIt Software iFilter PDF plug-in installed, and neither one seems to be allowing me to index the contents of PDF files. So far, I've: ...
1
vote
1answer
280 views

Reindexing Quicktime file … how?

I have a video file (.mov > QuickTime) which was recorded with an HD camera. One of the problems with this camera is that when the battery dies, it doesn't finalize the video file correctly... which ...
1
vote
3answers
115 views

Search /usr/local/texlive directory with Spotlight

Having TeXLive installed on my Mac, I frequently need to consult documentation for some of the packages. It seems silly to Google this when I have the PDFs all on my HDD in ...
0
votes
1answer
279 views

How to disable Spotlight content indexing in Mac OS

From Windows experience, I could always elect Live search to only index file names not their content. Is this something that can be done with Spotlight on a Mac? It used to index absolutely ...
0
votes
0answers
41 views

Is there an OS which uses an alternative to the current “folder tree” organization? [closed]

One, for example, organized by tagging and indexing of files?
3
votes
1answer
547 views

Remove any Windows 7 indexing cache

I've disabled the file indexing service in Windows 7 (as per this answer) which worked like a charm. My questions are: Does disabling the service also remove any existing cache? The answer linked ...
0
votes
1answer
178 views

API/Tool for mining unstructured text?

I wish to create a concepts map from unstructured text. For example Desired input: find "/" -name "*.txt" Desired output: concepts-graph.dot In other words, I want to mine my text files and create ...
1
vote
6answers
3k views

How to find the index of a word in a string in bash?

In bash script, I have a string which contains several words separated by one or more than one spaces. ie: Name Age Sex ID Address If I want to find any of the word, for instance I want ...
1
vote
1answer
380 views

OpenSource web based documentation system

I have a set of HTML pages that document my (OpenSource) software which looks fine in any browser. Now I'd like to help the user searching through the documentation (full text search, some keyword ...
1
vote
1answer
66 views

When I order files by an unusual meta column, does the computer read headers of the files or just a structured list like a data table?

Is there a file system which will reduce the need for indexing files and saves the meta headers automatically on the disk? It would work like a hardware acceleration for indexing all files for some ...
3
votes
1answer
124 views

Faster grepping through lots of bulky text files

I have log files that are 500 mb each and there are 200 of such files. I need to grep certain patterns inside these files. But this takes up a lot of time! Is there a (open source) software that can ...
4
votes
2answers
198 views

Why can't I index a SUBST'd drive in Windows7?

I've got a SUBST for a folder to drive letter P: I have noticed that exploring these folders from P: is now INCREDIBLY slow, taking up to a minute sometimes to show files. I'm showing them as general ...

1 2 3