Mitsules, Mark S. (Newport News)
Mark.Mitsules at ngc.com
Fri Apr 30 06:58:20 CDT 2004
Thanks for the ideas guys. I was able to find a freeware product (Flexible Renamer 7.3 http://www.snapfiles.com/get/flexrenamer.html) that took care of the bulk renaming. More features than I can list, including MP3 Tag support. It even supported regular expressions...very robust IMO. As for making the changes within the HTML, I gave up looking for an automated solution and just used notepad:( Mark -----Original Message----- From: MartyConnelly [mailto:martyconnelly at shaw.ca] Sent: Thursday, April 29, 2004 1:22 PM To: Discussion of Hardware and Software issues Subject: Re: [dba-Tech] Website Management Tools IrfanView has a Batch file renamer and copy/move tool option that might work. Might not be as versatile as you need. http://www.irfanview.com/ Stuart McLachlan wrote: >On 28 Apr 2004 at 18:37, Mitsules, Mark S. (Newport Ne wrote: > > > >>I have been tasked with performing some webserver cleanup. Any >>recommendations for a no-cost tool that performs automatic renaming of files >>(i.e. remove all spaces)? >> >> > >MS Access? Something like: > >Function Cleanup(directory as string) as long >Dim strFilename as String >Dim strFilename2 as String > >ChDir Directory >strFilename = Dir(directory) >While strFilename > " " > StrFilename2 = Replace(strFilename," ","") > If srtFilename2 <> strFilename Then > Name strFilename As strFilename2 > End > strFilename = Dir$() >Wend >End Function > > > >>Does such a tool exist that would also update the >>HTML as well? >> >> > >Same sort of thing. >Open the HTML document, Read it into a string variable and manipulate >the string using Replace() or whatever is required. > > > > -- Marty Connelly Victoria, B.C. Canada _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com