ELSE
suggest changeAn example:
if exist file.txt (
echo The file exists.
) else (
echo The file does not exist.
)
See also IF
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
An example:
if exist file.txt (
echo The file exists.
) else (
echo The file does not exist.
)
See also IF