Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Shift-3Posted on 2009-06-18 at 10:00:15ID: 24659396
Paste the script below into a text file with a .vbs extension. Customize the value of the strInput variable on line 5 with the location of the input file. Customize the value of the strOutput variable on line 6 with the location of the output file. Customize the contents of the arrToFind array on line 7 with the string(s) to find.
Running the script will write any matching lines to the output file.
Select allOpen in new window