2 rem Copyright (C) 2004-2008 the TortoiseSVN team
\r
3 rem This file is distributed under the same license as TortoiseSVN
\r
6 rem $Author: luebbe $
\r
7 rem $Date: 2008-09-29 19:22:31 +0800 (Mon, 29 Sep 2008) $
\r
11 FOR /F "usebackq skip=1" %%c IN (`msgfmt %* 2^>^&1 ^| grep -c msgstr`) DO SET /A count=%%c
\r