ELSE

suggest change

An example:

if exist file.txt (
  echo The file exists.
) else (
  echo The file does not exist.
)

See also IF

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Built-in commands:
*ELSE

Table Of Contents