2

私の現在のスクリプトは次のとおりです。

@エコーオフ
setlocal EnableDelayedExpansion

TargetDir=%1 を設定
ファイルすべてを設定=

for /r %TargetDir% %%f in (*.h *.cc) do (
  FilesAll=!FilesAll! を設定します。%%f
)

python.exe cpplint.py %FilesAll%

この仕事をするためのより良い方法はありますか?

4

0 に答える 0