Man kann ja auch Klammern:

if exist datei.txt (
echo 1
echo 2
) else (
echo 3
echo 4
)