I have the following code:
set local enabledelayedexpansion for /f "delims=" %%a in (\\file) do (
SET ='%%a
SET s=!s:;'';'=;;%!
echo !s!
) >> \\file"
I need apart from the modification, to delete the row if contains 00. So far i have tried to add the following set but is not working.