简短精悍的代码,特别适合开源项目使用。
for /r %%F in (*.as) DO ( move "%%F" tmp.txt type copyright.txt > "%%F" type tmp.txt >> "%%F" del tmp.txt )
windows命令行 批量对源代码添加版权头/头信息
原文:http://www.cnblogs.com/kenkofox/p/4868121.html