Variable to run one workset

Our workspace is set up by project years. There is a workspace cfg file for each year and then in the folder for each year are the workset configuration file. Similar to the delivered workspaces in that like there is an Examples.cfg that corresponds with the Examples Folder. We do not build seperate workspaces for each project, instead in the Examples folder, we would have workset.cfg files. These set rudimentary variables like the year and project number that when combined give the _USTN_PROJECTDATA folder, The we set a couple of MS_RFDIR variables. A number of our workspace years can contain up to 80 different workset variables. 

Like

122.0001.01

122.0093.01

112.0650.01

The problem is doing a debug, we see that after running the 2002.cfg which points to the 2022 Folder, (i.e. the examples.cfg point to the examples folder) all the cfgs in the 2022 folder run and ORD sets the MS_RFDIR to all the workset configuration files contents. How do we get the config to just run the workset.cfg file that is set in the manager?

Thanks