Path: utzoo!attcan!uunet!timbuk!cs.umn.edu!msi.umn.edu!src.honeywell.com!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!psuvax1!rutgers!njin!uupsi!sunic!sics.se!ollef From: ollef@sics.se (Olle Furberg) Newsgroups: comp.sys.mac.hypercard Subject: Re: Searching for (and finding) HFS filenames by keyword... Message-ID: <1990Nov6.024634.20087@sics.se> Date: 6 Nov 90 02:46:34 GMT References: <3846@idunno.Princeton.EDU> Sender: news@sics.se Organization: Swedish Institute of Computer Science, Kista Lines: 17 In <3846@idunno.Princeton.EDU> joes@idunno.princeton.edu (Joe Studholme) writes: > Find all files that contain a given string in their name (---) >files on our server. After a (hopefully brief) pause, Jake is rewarded by Get a list of all files (with full pathname) on the server. Then put the list into your HC stack and write some lines of HyperTalk to search for all occurences of the searchstring in the list. You will need a CopyFileXFCN. You could also use MountUnmountXCMD to mount and unmount the server within your script. I think that several disklibrarian programs could generate this sort of lists. I assume that the there are not so much changements on the server, so you only need to update the list every two weeks or something like that.