Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had hoped to find a piece of software which would do what I require but have been unsuccessful so far. Googling the web pointed me to quite a number of software packages but none of them do exactly what I want. I have also searched this site to see if there was a vbscript which might do so but drew a blank there too.

Does anyone have or know of a VBScript which is capable of doing the following - recursively go through a folder of HTML files and:

1 Screen up the current HTML file name and dispaly at the same time the text info currently held in the <title> tag of that same HTML file.
2 Allow me to change as necessary or accept the text currently located between the HTML title page tags
3 Provide a click-on button to call up on screen the next HTML file name along with its title page information and so on until all the HTML files in the folder have been processed.

Alternatively, does anyone know of any software which has this capability? There are a number of "bulk" renamers which can rename the file to match the title page info but that is not what I require. In any case that sort of bulk process is of no use as I need to deal with each file individually given the info for each will be different.

Thank you if you can be of assistance!

Crianlarich
Posted

1 solution

Sounds like a job for regular expressions[^]. Start with that, look for examples and you should be able to come up with a solution.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900