WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

File Searcher
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Simple File Search

 Keywords: Search Find Locate File Extension Recurse  

recursflag = 16 ;Recurse sub-directories
AddExtender("wsrch34i.dll")
hand = SrchInit("C:\inetpub\", "*.htm", "", "", recurseflag )
c=0
While 1
   a = SrchNext(hand)
   If a == "" Then Break
   c=c+1
   Display( 1, c, a)
EndWhile
Message( "loop exit", a )
SrchFree( hand )

Article ID:   W18503
Filename:   !!Simple Search!!.txt
File Created: 2014:06:03:14:02:30
Last Updated: 2014:06:03:14:02:30