ContributionsMost RecentMost LikesSolutionsRe: Change FilePath folder for all TestedApps in project I have now changed it so that they are Thanks Re: Change FilePath folder for all TestedApps in project Hi baxatob Unfortunately that only loops through the testedapps in a single project. Or that's how I understand it. Each of our exes have their own project under the project suit so I need to be able to do it from the project suit level for all projects Change FilePath folder for all TestedApps in project Hi all I have a project for each exe that we test. Over 200 exes!! Is there an easy way to set the FilePath for all TestedApp globally rather than having to do the below in each project's script? TestedApps.claddr.Params.ActiveParams.FilePath:= ProjectSuite.Variables.ExeDir; Thanks Richard