A comment on the minutes of the 2012 meeting.. yes, I know, I wasn't there....


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Bob A on August 22, 2012 at 09:33:44:

"There was a request for a search utility for .ibs programs that would process all the include files when searching for a string - similar to SEEK in CED. Currently the only way to search .ibs files is either to use the QTILITY search or the UE Search->"Find in Files" however both of these methods search an entire folder rather than searching specifically the files involved in the .ibs."

maybe there's some way to use the native DOS function FINDSTR.

I've used FINDSTR extensively, generating a list of files to check by checking every file (*.IBS) for a list of things to find such as:

EXTRACTIMAGE
INQUIREIMAGE
INSERTIMAGE
READIMAGE
REWRITEIMAGE
UPDATEIMAGE
WRITEIMAGE

I used this to search all my .IBS files (where image.verb.txt is the file above):

FINDSTR /g:Image.verb.txt /n *.ibs > IMAGE.VERBS.FOUND.txt

just a thought!

Bob "A"



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]