Multiple do commands in for loop - Computer Tech Support Forum - Windows - Linux - Mac - Computin
I need to run multiple DO commands in my FOR /F loop. for /f options %%a in (fileset.txt) do (fc /b /c %source%\%%d if not %errorlevel%==0 call error.bat) The file compare happens but then I get a line with FC: Invalid Switch. The loop continues......