Windows2003-3790/inetcore/outlookexpress/wabw/build/wab/warning.awk

14 lines
257 B
Awk
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
BEGIN {
FS="\t"
printf "if exist \\tmp\\warning.out del \\tmp\\warning.out\n"
}
{
if ($0 !~ /^;/)
{
printf "cd %s\n",$1
printf "if exist _tgtType_???.wrn echo \t%s.%s (%s)>> \\tmp\\warning.out\n",$2,$3,$8
}
}