Background: We are using VS 2008 and are in the process of upgrading from TFS 2005 to 2008.
We have a solution that contains several projects and overall have hundreds of code files. We want to add the same text as a comment to all of these files (a copyright message). Does anyone know of a quick/easy/efficient way to do this? Also, is there a way to do this via TFS so we don't have check out and check in every file?
I found some code on CodeProject on creating a macro which does this, but you have to open each file individually and then run the macro on each one, which we were hoping to avoid.
Thanks.