Hello ART,
Here are a few tips that may be helpful.....
1) The COMPILE command (IDL Command Line or Console only):
http://www.harrisgeospati...m/docs/_COMPILE.html You can feed the COMPILE command single .pro file or an array of .pro files
2) IDL Projects (Workbench Only):
http://www.harrisgeospati...m/docs/Projects.html Place all the code you want to compile at once into an IDL Project. Then using the Project > Build All process, you can compile all the .pro files within your Project directory at once.
3) The RESOLVE_ALL procedure:
http://www.harrisgeospati...ocs/resolve_all.html This may be helpful, depending on your application.