@
echo
off
echo
sed [
%1
]
C:\Softs\cygwin64\bin\sed.exe
-e "s/
<
title
>
.
*<
\/title
>
/
<
title
>
...
>
/g" -e "s/^[ \t]
*
//" -e "s/[ \t]
*
$//" -e "/^[ \t]
*
$/d"
%1
>
%1
.sed
@
copy
/Y
%1
.sed
%1
@
del
/F
%1
.sed
@
echo
on