Hi -
In our project we have about 50-60 minor applications under our umbrella. Each application has a stand alone PBW and target (obviously)
I need to find the occurence of a specific string (the name of the database server, as we are migrating the same from one version to another under a different name) for analysis purposes
Basically, I am looking for something like the below:
1. Select a folder which has all the subfolders (one subfolder per application) - User Selection thro a windows native dialog. I did this one thro shell32.dll and of course, using some help online
2. Get a list of PBW's in the selected folder - This one I did using OLE
3. Search thro the application corresponding to each of the PBW's - This is where I don't have a clue. PB might surely have some API for this, but I don't have a clue about it
4. Display results in a window. So, there should be a feedback loop from step 3 to 4
Please help me here with any ideas. If we automate this, we could save a lot of time. Thanks a bunch :-)
Thanks,
Krishna